A simulation component that computes the force_torque field. Added to the field registry as omega_x
, omega_y
, and
omega_z`.
More...
|
procedure, pass(this) | init (this, json, case) |
| Constructor from json, wrapping the actual constructor.
|
|
procedure, pass(this) | init_from_attributes (this, zone_id, zone_name, center, scale, coef, long_print) |
| Actual constructor.
|
|
procedure, pass(this) | free (this) |
| Destructor.
|
|
procedure, pass(this) | compute_ (this, t, tstep) |
| Compute the force_torque field.
|
|
procedure, pass(this) | init_base (this, json, case) |
| Constructor for the simulation_component_t (base) class.
|
|
procedure, pass(this) | free_base (this) |
| Destructor for the simulation_component_t (base) class.
|
|
procedure, pass(this) | restart (this, t) |
| Wrapper for calling set_counter for the time based controllers. Serves as the public interface.
|
|
procedure, pass(this) | preprocess (this, t, tstep) |
| Wrapper for calling preprocess_ based on the preprocess_controller . Serves as the public interface.
|
|
procedure, pass(this) | compute (this, t, tstep) |
| Wrapper for calling compute_ based on the compute_controller . Serves as the public interface.
|
|
procedure(simulation_component_init), deferred, pass | init (this, json, case) |
| The common constructor using a JSON dictionary.
|
|
procedure(simulation_component_free), deferred, pass | free (this) |
| Destructor.
|
|
procedure, pass(this) | preprocess_ (this, t, tstep) |
| The preprocessing function to be executed during the run.
|
|
procedure, pass(this) | compute_ (this, t, tstep) |
| The main function to be executed during the run.
|
|
procedure, pass(this) | restart_ (this, t) |
| The restart function to be called upon restarting simulation.
|
|
Definition at line 65 of file force_torque.f90.
◆ compute()
◆ compute_() [1/2]
- Parameters
-
t | The time value. |
tstep | The current time-step |
Definition at line 99 of file force_torque.f90.
◆ compute_() [2/2]
◆ free() [1/2]
◆ free() [2/2]
◆ free_base()
◆ init() [1/2]
◆ init() [2/2]
◆ init_base()
- Parameters
-
object | The object to be created and initialized. |
json | JSON object initializing the simulation component. |
case | The simulation case. Constructor for the simulation_component_t (base) class. |
Definition at line 61 of file simulation_component.f90.
◆ init_from_attributes()
procedure, pass(this) force_torque::force_torque_t::init_from_attributes |
( |
class(force_torque_t), intent(inout) |
this, |
|
|
integer, intent(in) |
zone_id, |
|
|
character(len=*), intent(in) |
zone_name, |
|
|
real(kind=rp), dimension(3), intent(in) |
center, |
|
|
real(kind=rp), intent(in) |
scale, |
|
|
type(coef_t), intent(in), target |
coef, |
|
|
logical, intent(in) |
long_print |
|
) |
| |
◆ preprocess()
◆ preprocess_()
◆ restart()
◆ restart_()
◆ bc
◆ case
type(case_t), pointer simulation_component::simulation_component_t::case |
|
inherited |
◆ center
◆ coef
◆ compute_controller
type(time_based_controller_t) simulation_component::simulation_component_t::compute_controller |
|
inherited |
◆ force1
type(vector_t) force_torque::force_torque_t::force1 |
◆ force2
type(vector_t) force_torque::force_torque_t::force2 |
◆ force3
type(vector_t) force_torque::force_torque_t::force3 |
◆ force4
type(vector_t) force_torque::force_torque_t::force4 |
◆ force5
type(vector_t) force_torque::force_torque_t::force5 |
◆ force6
type(vector_t) force_torque::force_torque_t::force6 |
◆ n1
type(vector_t) force_torque::force_torque_t::n1 |
◆ n2
type(vector_t) force_torque::force_torque_t::n2 |
◆ n3
type(vector_t) force_torque::force_torque_t::n3 |
◆ order
integer simulation_component::simulation_component_t::order |
|
inherited |
◆ output_controller
type(time_based_controller_t) simulation_component::simulation_component_t::output_controller |
|
inherited |
◆ pmsk
type(vector_t) force_torque::force_torque_t::pmsk |
◆ preprocess_controller
type(time_based_controller_t) simulation_component::simulation_component_t::preprocess_controller |
|
inherited |
◆ print_format
character(len=80) force_torque::force_torque_t::print_format |
◆ r1
type(vector_t) force_torque::force_torque_t::r1 |
◆ r2
type(vector_t) force_torque::force_torque_t::r2 |
◆ r3
type(vector_t) force_torque::force_torque_t::r3 |
◆ s11msk
type(vector_t) force_torque::force_torque_t::s11msk |
◆ s12msk
type(vector_t) force_torque::force_torque_t::s12msk |
◆ s13msk
type(vector_t) force_torque::force_torque_t::s13msk |
◆ s22msk
type(vector_t) force_torque::force_torque_t::s22msk |
◆ s23msk
type(vector_t) force_torque::force_torque_t::s23msk |
◆ s33msk
type(vector_t) force_torque::force_torque_t::s33msk |
◆ scale
real(kind=rp) force_torque::force_torque_t::scale |
◆ zone_id
integer force_torque::force_torque_t::zone_id |
◆ zone_name
character(len=20) force_torque::force_torque_t::zone_name |
The documentation for this type was generated from the following file: