Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | force_torque::force_torque_t |
A simulation component that computes the force_torque field. Added to the field registry as omega_x , omega_y , and omega_z`. More... | |
Modules | |
module | force_torque |
Implements the force_torque_t type. | |
Functions/Subroutines | |
subroutine | force_torque::force_torque_init_from_json (this, json, case) |
Constructor from json. More... | |
subroutine | force_torque::force_torque_init_from_attributes (this, zone_id, zone_name, center, scale, coef, long_print) |
Actual constructor. More... | |
subroutine | force_torque::force_torque_free (this) |
Destructor. More... | |
subroutine | force_torque::force_torque_compute (this, t, tstep) |
Compute the force_torque field. More... | |