moose icon indicating copy to clipboard operation
moose copied to clipboard

Errors in linear fluid properties

Open GiudGiud opened this issue 1 year ago • 0 comments

Bug Description

h is computed as _cv * T + p / rho it's missing the reference energy offset e_0

cp is set to 0, but taking the derivative of de/dT_(p constant) gives cp = cv

Steps to Reproduce

Output the values of h and cp in a calculation, for example using a FluidMaterialPropertiesPT

Impact

Wrong simulation results I dont think the object was used much overall, a FP following linear models isnt that attractive considering that constants are a better start and we can model the real dependence of FPs

GiudGiud avatar Jul 01 '24 01:07 GiudGiud