PeleLM
PeleLM copied to clipboard
auto eos = pele::physics::PhysicsType::eos()
Hi! When I run examples in Exec, some of them went wrong with notion like:
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H:197:29: error: ‘pele::physics::PhysicsType’ has not been declared
197 | auto eos = pele::physics::PhysicsType::eos();
| ^~~~~~~~~~~
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H: In function ‘void pele::physics::reactions::utils::fKernelSpec(int, int, amrex::Real, int, const Real*, amrex::Real*, const Real*, const Real*, const Real*)’:
../../../Submodules/PelePhysics/Reactions/ReactorUtils.H:307:29: error: ‘pele::physics::PhysicsType’ has not been declared
307 | auto eos = pele::physics::PhysicsType::eos();
Is that caused by eos
unavailable in PeleLM or PelePhysics
environment needed additional configuration? If you guys have any methods to figure it out, please let me know.
Thanks!
Note that not all the cases in Exec/RegTests have been moved to C++. Which case are you looking at in particular ?
Note that not all the cases in Exec/RegTests have been moved to C++. Which case are you looking at in particular ?
Thanks! TaylorGreen, ForcedHIT, ControlledInflow, NaturalConvection all went wrong with the same error.