|
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_init_from_json (this, json, case) |
| | Constructor from json.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_parse_components (components, want_x, want_y, want_z, want_mag) |
| | Translate a components list into the four selection flags.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_build_field_list (computed_field, want_x, want_y, want_z, want_mag, fields) |
| | Build the array of selected field names in x, y, z, mag order.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_init_from_controllers (this, name, case, order, preprocess_controller, compute_controller, output_controller, computed_field, viscosity_field, zone_indices, components, coef) |
| | Constructor from components, passing controllers.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_init_from_controllers_properties (this, name, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, computed_field, viscosity_field, zone_indices, components, coef) |
| | Constructor from components, passing properties to the time_based_controller components in the base type.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_init_common (this, name, computed_field, viscosity_field, zone_indices, components, coef) |
| | Common part of all constructors.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_free (this) |
| | Destructor.
|
| |
| subroutine | wall_shear_stress_simcomp::wall_shear_stress_compute (this, time) |
| | Compute the wall shear stress.
|
| |