Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
SolverConfig.hpp File Reference
Include dependency graph for SolverConfig.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  shammodels::basegodunov::DragConfig
 alphas is the dust collision rate (the inverse of the stopping time) More...
struct  shammodels::basegodunov::DustConfig
struct  shammodels::basegodunov::PassiveScalarGasConfig
 Npscal_gas is the number of gas passive scalars. More...
struct  shammodels::basegodunov::GravityConfig< Tvec >
struct  shammodels::basegodunov::AMRMode< Tvec, TgridVec >
struct  shammodels::basegodunov::AMRMode< Tvec, TgridVec >::None
struct  shammodels::basegodunov::AMRMode< Tvec, TgridVec >::DensityBased
struct  shammodels::basegodunov::BCConfig
struct  shammodels::basegodunov::SolverStatusVar< Tvec >
struct  shammodels::basegodunov::SolverConfig< Tvec, TgridVec >

Namespaces

namespace  shammodels
 namespace for models
namespace  shammodels::basegodunov
 namespace for the basegodunov model

Functions

template<class Tvec>
void shammodels::basegodunov::to_json (nlohmann::json &j, const SolverStatusVar< Tvec > &p)
template<class Tvec>
void shammodels::basegodunov::from_json (const nlohmann::json &j, SolverStatusVar< Tvec > &p)
template<class Tvec, class TgridVec>
void shammodels::basegodunov::to_json (nlohmann::json &j, const SolverConfig< Tvec, TgridVec > &p)
 Serialize a SolverConfig to a JSON object.
template<class Tvec, class TgridVec>
void shammodels::basegodunov::from_json (const nlohmann::json &j, SolverConfig< Tvec, TgridVec > &p)
 Deserializes a SolverConfig object from a JSON object.

Detailed Description