https://mooseframework.inl.gov
ConservedVarValuesMaterial.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 
21 {
22 public:
25 
26 protected:
27  virtual void computeQpProperties() override;
28 
31 
55 };
ADMaterialProperty< RealVectorValue > & _mass_flux
ADMaterialProperty< Real > & _speed
ADMaterialProperty< Real > & _rhov
ADMaterialProperty< Real > & _rhow
ADMaterialProperty< Real > & _vel_y
const ADVariableValue & _var_rho_v
ADMaterialProperty< Real > & _pressure
ADMaterialProperty< Real > & _rhou
ADMaterialProperty< Real > & _rho
ADMaterialProperty< Real > & _vel_z
This object takes a conserved free-flow variable set (rho, rhoU, rho et) and computes all the necessa...
ADMaterialProperty< RealVectorValue > & _momentum
ADMaterialProperty< Real > & _rho_ht
ADMaterialProperty< Real > & _specific_internal_energy
ADMaterialProperty< Real > & _specific_total_enthalpy
virtual void computeQpProperties() override
Common class for single phase fluid properties.
ADMaterialProperty< Real > & _total_energy_density
ConservedVarValuesMaterial(const InputParameters &parameters)
ADMaterialProperty< Real > & _vel_x
static InputParameters validParams()
ADMaterialProperty< Real > & _T_fluid
ADMaterialProperty< RealVectorValue > & _velocity
ADMaterialProperty< Real > & _v
const SinglePhaseFluidProperties & _fluid
fluid properties
const ADVariableValue & _var_total_energy_density
const InputParameters & parameters() const
const ADVariableValue & _var_rho_w
const ADVariableValue & _var_rho_u