Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
force_torque.f90 File Reference

Go to the source code of this file.

Data Types

type  force_torque::force_torque_t
 A simulation component that computes the force and torque on a given boundary zone. 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.
 
subroutine force_torque::force_torque_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, fluid_name, zone_id, zone_name, center, scale, coef, long_print)
 Constructor from components, passing controllers.
 
subroutine force_torque::force_torque_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, fluid_name, zone_name, zone_id, center, scale, coef, long_print)
 Constructor from components, passing properties to the time_based_controller` components in the base type.
 
subroutine force_torque::force_torque_init_common (this, fluid_name, zone_id, zone_name, center, scale, coef, long_print)
 Common part of constructors.
 
subroutine force_torque::force_torque_free (this)
 Destructor.
 
subroutine force_torque::force_torque_compute (this, time)
 Compute the force_torque field.