Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shammodels::sph::CFLConfig< Tscal > Struct Template Reference

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
 

Detailed Description

template<class Tscal>
struct shammodels::sph::CFLConfig< Tscal >

The configuration for the CFL condition.

Template Parameters
Tscalthe type of the scalar used to represent the quantities

Definition at line 74 of file SolverConfig.hpp.

Member Data Documentation

◆ cfl_cour

template<class Tscal >
Tscal shammodels::sph::CFLConfig< Tscal >::cfl_cour

The CFL condition for the courant factor.

Definition at line 79 of file SolverConfig.hpp.

◆ cfl_force

template<class Tscal >
Tscal shammodels::sph::CFLConfig< Tscal >::cfl_force

The CFL condition for the force.

Definition at line 84 of file SolverConfig.hpp.

◆ cfl_multiplier_stiffness

template<class Tscal >
Tscal shammodels::sph::CFLConfig< Tscal >::cfl_multiplier_stiffness = 2

The CFL multiplier stiffness.

Definition at line 89 of file SolverConfig.hpp.

◆ eta_sink

template<class Tscal >
Tscal shammodels::sph::CFLConfig< Tscal >::eta_sink = 0.05

eta sink to control the sink integrator

Definition at line 92 of file SolverConfig.hpp.


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