Skip to content

Commit

Permalink
Merge pull request sxs-collaboration#6218 from ctrandrsn/SpecInitialD…
Browse files Browse the repository at this point in the history
…ata_HigherDimEosSetting

Add option for higher dimension EOSes to Spec initial data
  • Loading branch information
nilsdeppe authored Aug 15, 2024
2 parents 5c08314 + 5de7c8b commit ed81eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/PointwiseFunctions/AnalyticData/GrMhd/SpecInitialData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ class SpecInitialData : public evolution::initial_data::InitialData,
gr::Tags::Lapse<DataType>, gr::Tags::Shift<DataType, 3>>,
hydro::grmhd_tags<DataType>>;

static std::string name() {
return "SpecInitialData" + std::to_string(ThermodynamicDim) + "dEos";
}

struct DataDirectory {
using type = std::string;
static constexpr Options::String help = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ ControlSystems:
ControlError:

InitialData:
# SpecInitialData:
# SpecInitialData3dEos:
# DataDirectory: "/path/to/EvID"
# EquationOfState: *eos
# DensityCutoff: *AtmosphereDensityCutoff
Expand Down

0 comments on commit ed81eaa

Please sign in to comment.