17 #ifndef FLUIDDYNAMICS_H
18 #define FLUIDDYNAMICS_H
61 std::shared_ptr<InitialState>
ini;
132 std::unique_ptr<FluidCellInfo> &fCell) {
150 std::unique_ptr<FluidCellInfo> &fluid_cell_info_ptr) {
181 std::unique_ptr<FluidCellInfo> &fluid_cell_info_ptr) {
183 throw std::runtime_error(
"Hydro evolution is not finished "
184 "or EvolutionHistory is empty");
209 Jetscape::real T_sw, std::vector<SurfaceCellInfo> &surface_cells);
291 std::array<Jetscape::real, 4> jmu)
const;
305 #endif // FLUIDDYNAMICS_H