![]() |
programmer's documentation
|
Go to the source code of this file.
Functions | |
cs_real_t | cs_post_turbomachinery_head (const char *criteria_in, cs_mesh_location_type_t location_in, const char *criteria_out, cs_mesh_location_type_t location_out) |
Compute the head of a turbomachinery (total pressure increase) More... | |
cs_real_t | cs_post_moment_of_force (cs_lnum_t n_b_faces, cs_lnum_t *b_face_list, cs_real_3_t axis) |
Compute the magnitude of a moment of force torque) given an axis and the stress on a specific boundary. More... | |
cs_real_t cs_post_moment_of_force | ( | cs_lnum_t | n_b_faces, |
cs_lnum_t * | b_face_list, | ||
cs_real_3_t | axis | ||
) |
Compute the magnitude of a moment of force torque) given an axis and the stress on a specific boundary.
[in] | n_b_faces | number of faces |
[in] | b_face_list | face list |
[in] | axis | axis |
cs_real_t cs_post_turbomachinery_head | ( | const char * | criteria_in, |
cs_mesh_location_type_t | location_in, | ||
const char * | criteria_out, | ||
cs_mesh_location_type_t | location_out | ||
) |
Compute the head of a turbomachinery (total pressure increase)
[in] | criteria_in | selection criteria of turbomachinery suction |
[in] | location_in | mesh location of turbomachinery suction |
[in] | criteria_out | selection criteria of turbomachinery discharge |
[in] | location_out | mesh location of turbomachinery discharge |