Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

auto eos = pele::physics::PhysicsType::eos() #238

Open
WHEREISSHE opened this issue Jun 2, 2022 · 2 comments
Open

auto eos = pele::physics::PhysicsType::eos() #238

WHEREISSHE opened this issue Jun 2, 2022 · 2 comments

Comments

@WHEREISSHE
Copy link

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!

@esclapez
Copy link
Contributor

esclapez commented Jun 3, 2022

Note that not all the cases in Exec/RegTests have been moved to C++. Which case are you looking at in particular ?

@WHEREISSHE
Copy link
Author

WHEREISSHE commented Jun 4, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants