https://mooseframework.inl.gov
FluidPropertiesMaterialVE.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 
15 
20 {
21 public:
23 
26 
27 protected:
28  void computeQpProperties() override;
29 
31  const VariableValue & _e;
33  const VariableValue & _v;
52 
55 };
MaterialProperty< Real > & _g
Gibbs free energy.
MaterialProperty< Real > & _s
Specific entropy (J/kg/K)
const VariableValue & _v
Specific volume (1/m^3)
MaterialProperty< Real > & _cv
Isochoric specific heat capacity (J/kg/K)
const VariableValue & _e
Specific internal energy (J/kg)
MaterialProperty< Real > & _p
Pressure (Pa)
const SinglePhaseFluidProperties & _fp
Fluid properties.
MaterialProperty< Real > & _T
Temperature (K)
FluidPropertiesMaterialVE(const InputParameters &parameters)
Common class for single phase fluid properties.
MaterialProperty< Real > & _cp
Isobaric specific heat capacity (J/kg/K)
MaterialProperty< Real > & _k
Thermal conductivity (W/m/K)
static InputParameters validParams()
OutputTools< Real >::VariableValue VariableValue
Computes fluid properties using (specific energy, specific volume) formulation.
MaterialProperty< Real > & _c
Speed of sound (m/s)
const InputParameters & parameters() const
MaterialProperty< Real > & _mu
Dynamic viscosity (Pa.s)