Equations of States Methods Missing #28920
Unanswered
JonathanEdelmanS
asked this question in
Q&A Modules: General
Replies: 1 comment 2 replies
-
|
Hello These routines are implemented on a per need basis. For co2 the better option here is to download the external fluid property submodule for carbon dioxide. See the website page for external FPS for more details |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to simulate the flow of CO2 through a pipe, using CO2's properties instead of Helium in the example. Are these fluid properties being worked on to be made more complete?
I would like to use this class, and before implementing the missing method myself I would like to know if anybody else is working on it, or otherwise if I do implement the method, how can I contribute that to MOOSE?
When trying to run the code, I get the following error:
`The fluid properties class 'CO2FluidProperties' has not implemented the method below. If your application requires this method, you must either implement it or use a different fluid properties class.
virtual Real SinglePhaseFluidProperties::e_from_p_rho(Real, Real) const`
Below is the .i file, which is modules/thermal_hydraulics/tutorials/single_phase_flow/01_flow_channel.i
where I changed the fluid property from an IdealGasFluidProperties to a CO2FluidProperties:
Beta Was this translation helpful? Give feedback.
All reactions