https://mooseframework.inl.gov
ADFluidProperties3EqnMaterial.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 
13 
14 #include "Material.h"
15 
20 {
21 public:
23 
24 protected:
25  virtual void computeQpProperties();
26 
32 
35 
38 
41 
44 
47 
50 
53 
56 
59 
62 
65 
68 
71 
72 public:
74 };
ADMaterialProperty< Real > & _c
Sound speed.
ADMaterialProperty< Real > & _rho
Density.
ADMaterialProperty< Real > & _vel
Velocity.
ADMaterialProperty< Real > & _h
Specific enthalpy.
Computes velocity and thermodynamic variables from solution variables for 1-phase flow...
const SinglePhaseFluidProperties & _fp
Fluid properties.
const ADVariableValue & _area
Cross-sectional area.
ADMaterialProperty< Real > & _k
Thermal conductivity.
Common class for single phase fluid properties.
ADMaterialProperty< Real > & _cp
Constant-pressure specific heat.
ADMaterialProperty< Real > & _T
Temperature.
ADFluidProperties3EqnMaterial(const InputParameters &parameters)
ADMaterialProperty< Real > & _v
Specific volume.
const InputParameters & parameters() const
ADMaterialProperty< Real > & _p
Pressure.
ADMaterialProperty< Real > & _cv
Constant-volume specific heat.
ADMaterialProperty< Real > & _H
Specific total (stagnation) enthalpy.
ADMaterialProperty< Real > & _e
Specific internal energy.