![]() |
Shamrock 2025.10.0
Astrophysical Code
|
The configuration for the CFL condition. More...
#include <shammodels/sph/include/shammodels/sph/SolverConfig.hpp>
Public Attributes | |
| Tscal | cfl_cour |
| The CFL condition for the courant factor. | |
| Tscal | cfl_force |
| The CFL condition for the force. | |
| Tscal | cfl_multiplier_stiffness = 2 |
| The CFL multiplier stiffness. | |
| Tscal | eta_sink = 0.05 |
| eta sink to control the sink integrator | |
The configuration for the CFL condition.
| Tscal | the type of the scalar used to represent the quantities |
Definition at line 74 of file SolverConfig.hpp.
| Tscal shammodels::sph::CFLConfig< Tscal >::cfl_cour |
The CFL condition for the courant factor.
Definition at line 79 of file SolverConfig.hpp.
| Tscal shammodels::sph::CFLConfig< Tscal >::cfl_force |
The CFL condition for the force.
Definition at line 84 of file SolverConfig.hpp.
| Tscal shammodels::sph::CFLConfig< Tscal >::cfl_multiplier_stiffness = 2 |
The CFL multiplier stiffness.
Definition at line 89 of file SolverConfig.hpp.
| Tscal shammodels::sph::CFLConfig< Tscal >::eta_sink = 0.05 |
eta sink to control the sink integrator
Definition at line 92 of file SolverConfig.hpp.