Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
ale_rigid_kinematics::ale_config_t Type Reference

Global ALE Configuration. More...

Collaboration diagram for ale_rigid_kinematics::ale_config_t:

Public Attributes

character(len=32) stiffness_type = 'built-in'
 Stiffness Control. A placeholder for future options.
 
logical if_output_phi = .true.
 
logical if_output_stiffness = .false.
 
type(ale_body_t), dimension(:), allocatable bodies
 Array of Moving Bodies.
 
integer nbodies = 0
 

Detailed Description

Definition at line 106 of file ale_rigid_kinematics.f90.

Member Data Documentation

◆ bodies

type(ale_body_t), dimension(:), allocatable ale_rigid_kinematics::ale_config_t::bodies

Definition at line 113 of file ale_rigid_kinematics.f90.

◆ if_output_phi

logical ale_rigid_kinematics::ale_config_t::if_output_phi = .true.

Definition at line 110 of file ale_rigid_kinematics.f90.

◆ if_output_stiffness

logical ale_rigid_kinematics::ale_config_t::if_output_stiffness = .false.

Definition at line 111 of file ale_rigid_kinematics.f90.

◆ nbodies

integer ale_rigid_kinematics::ale_config_t::nbodies = 0

Definition at line 114 of file ale_rigid_kinematics.f90.

◆ stiffness_type

character(len=32) ale_rigid_kinematics::ale_config_t::stiffness_type = 'built-in'

Definition at line 109 of file ale_rigid_kinematics.f90.


The documentation for this type was generated from the following file: