Home
last modified time | relevance | path

Searched refs:EosEnum (Results 1 – 21 of 21) sorted by relevance

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/jobs/
H A DMaterialJobs.cpp14 .set(BodySettingsId::EOS, EosEnum::TILLOTSON) in MaterialProvider()
50 const EosEnum eos = body.get<EosEnum>(BodySettingsId::EOS); in addMaterialEntries()
53 ((eos != EosEnum::NONE && eos != EosEnum::IDEAL_GAS) || in addMaterialEntries()
105 …auto tillotsonEnabler = [this] { return body.get<EosEnum>(BodySettingsId::EOS) == EosEnum::TILLOTS… in getSettings()
H A DPresets.cpp306 starSettings.set(BodySettingsId::EOS, EnumWrapper(EosEnum::IDEAL_GAS)); in makeAccretionDisk()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/system/
H A DSettings.cpp752 static RegisterEnum<EosEnum> sEos({
753 { EosEnum::NONE,
758 { EosEnum::IDEAL_GAS, "ideal_gas", "Equation of state for ideal gas." },
759 { EosEnum::TAIT, "tait", "Tait equation of state for simulations of liquids." },
760 { EosEnum::MIE_GRUNEISEN,
763 { EosEnum::TILLOTSON, "tillotson", "Tillotson equation of stats." },
764 { EosEnum::MURNAGHAN, "murnaghan", "Murnaghan equation of state." },
765 …{ EosEnum::SIMPLIFIED_TILLOTSON, "simplified_tillotson", "Simplified version of the Tillotson equa…
766 { EosEnum::ANEOS,
776 { BodySettingsId::EOS, "eos", EosEnum::TILLOTSON, in getDefaultSettings()
[all …]
H A DFactory.cpp48 const EosEnum id = body.get<EosEnum>(BodySettingsId::EOS); in getEos()
50 case EosEnum::IDEAL_GAS: in getEos()
52 case EosEnum::TAIT: in getEos()
54 case EosEnum::MIE_GRUNEISEN: in getEos()
56 case EosEnum::TILLOTSON: in getEos()
58 case EosEnum::SIMPLIFIED_TILLOTSON: in getEos()
60 case EosEnum::MURNAGHAN: in getEos()
62 case EosEnum::NONE: in getEos()
511 const EosEnum eosId = body.get<EosEnum>(BodySettingsId::EOS); in getMaterial()
520 case EosEnum::NONE: in getMaterial()
H A DSettings.h1352 enum class EosEnum { enum
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/system/test/
H A DSettings.cpp14 settings.set(BodySettingsId::EOS, EosEnum::ANEOS);
25 EosEnum eos = settings.get<EosEnum>(BodySettingsId::EOS);
26 REQUIRE(eos == EosEnum::ANEOS);
34 settings.set(BodySettingsId::EOS, EosEnum::MIE_GRUNEISEN);
35 REQUIRE(settings.get<EosEnum>(BodySettingsId::EOS) == EosEnum::MIE_GRUNEISEN);
57 settings.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/quantities/test/
H A DIMaterial.cpp37 settings.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS);
42 settings.set(BodySettingsId::EOS, EosEnum::MURNAGHAN);
H A DStorage.cpp204 body.set(BodySettingsId::EOS, EosEnum::TAIT);
211 body.set(BodySettingsId::EOS, EosEnum::MIE_GRUNEISEN);
299 settings.set<EosEnum>(BodySettingsId::EOS, EosEnum::IDEAL_GAS);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/tests/
H A DSetup.cpp33 settings.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in getGassStorage()
62 settings.set(BodySettingsId::EOS, EosEnum::TILLOTSON) in getSolidStorage()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/solvers/test/
H A DAsymmetricSolver.cpp15 body.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in compute()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/test/
H A DFriction.cpp28 body.set(BodySettingsId::EOS, EosEnum::NONE);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/collision/
H A DCollision.cpp51 .set(BodySettingsId::EOS, EosEnum::TILLOTSON) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/rotating_rod/
H A DRotatingRod.cpp71 .set(BodySettingsId::EOS, EosEnum::TILLOTSON) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/objects/
H A DColorizer.cpp313 const EosEnum eos = mat.getParam<EosEnum>(BodySettingsId::EOS); in initialize()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/elastic_bands/
H A DElasticBands.cpp99 .set(BodySettingsId::EOS, EosEnum::MURNAGHAN) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/cliff_collapse/
H A DCliffCollapse.cpp59 .set(BodySettingsId::EOS, EosEnum::TILLOTSON) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/sedov/
H A DSedov.cpp64 .set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/boundary/
H A DBoundary.cpp75 .set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/kelvin_helmholtz/
H A DKelvinHelmholtz.cpp74 .set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in setUp()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/io/test/
H A DOutput.cpp191 body.set(BodySettingsId::EOS, EosEnum::TILLOTSON);
199 body.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS);
205 body.set(BodySettingsId::EOS, EosEnum::MURNAGHAN);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/problems/sod/
H A DSod.cpp139 body.set(BodySettingsId::EOS, EosEnum::IDEAL_GAS) in setUp()