|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Stiff Geometry. More...
Public Attributes | |
| character(len=32) | type = 'cheap_dist' |
| 'sphere', 'cylinder', 'cheap_dist', 'box (not implemented)' | |
| character(len=32) | decay_profile = 'gaussian' |
| 'gaussian' or 'tanh' | |
| real(kind=rp) | gain |
| Stiffness Gain. | |
| real(kind=rp), dimension(3) | center |
| Center for geometric shapes. | |
| real(kind=rp), dimension(3) | dims = 1.0_rp |
| Box dimensions (ToDo) | |
| real(kind=rp) | rot_angle_deg_cw = 0.0_rp |
| Box rotation angle CW (ToDo) | |
| real(kind=rp) | radius |
| Acts as stiffness_decay for shapes. | |
| real(kind=rp) | stiff_dist |
| Acts as stiffness_decay for cheap_dist. | |
| real(kind=rp) | cutoff_coef |
| Coefficient defining the cutoff sharpness (Default: 9.0 for Gaussian, 3.5 for Tanh) | |
Definition at line 56 of file ale_rigid_kinematics.f90.
Definition at line 64 of file ale_rigid_kinematics.f90.
Definition at line 75 of file ale_rigid_kinematics.f90.
Definition at line 60 of file ale_rigid_kinematics.f90.
Definition at line 66 of file ale_rigid_kinematics.f90.
Definition at line 62 of file ale_rigid_kinematics.f90.
Definition at line 70 of file ale_rigid_kinematics.f90.
Definition at line 68 of file ale_rigid_kinematics.f90.
Definition at line 72 of file ale_rigid_kinematics.f90.
| character(len=32) ale_rigid_kinematics::stiffness_geometry_t::type = 'cheap_dist' |
Definition at line 58 of file ale_rigid_kinematics.f90.