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

The configuration for the CFL condition in GSPH. More...

#include <shammodels/gsph/include/shammodels/gsph/SolverConfig.hpp>

Public Attributes

Tscal cfl_cour = 0.3
 CFL condition for the courant factor.
 
Tscal cfl_force = 0.25
 CFL condition for the force.
 

Detailed Description

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

The configuration for the CFL condition in GSPH.

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

Definition at line 80 of file SolverConfig.hpp.

Member Data Documentation

◆ cfl_cour

template<class Tscal >
Tscal shammodels::gsph::CFLConfig< Tscal >::cfl_cour = 0.3

CFL condition for the courant factor.

Definition at line 81 of file SolverConfig.hpp.

◆ cfl_force

template<class Tscal >
Tscal shammodels::gsph::CFLConfig< Tscal >::cfl_force = 0.25

CFL condition for the force.

Definition at line 82 of file SolverConfig.hpp.


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