This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Description
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!