https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
This object takes a conserved free-flow variable set (rho, rhoU, rho et) and computes all the necessa...
const ADVariableValue & _var_total_energy_density
virtual void computeQpProperties() override
ADMaterialProperty< Real > & _vel_z
ADMaterialProperty< Real > & _v
ADMaterialProperty< RealVectorValue > & _momentum
ADMaterialProperty< Real > & _specific_internal_energy
ADMaterialProperty< Real > & _vel_y
ADMaterialProperty< Real > & _rhou
ADMaterialProperty< Real > & _rho_ht
ADMaterialProperty< Real > & _rho
ADMaterialProperty< Real > & _vel_x
ADMaterialProperty< RealVectorValue > & _mass_flux
ADMaterialProperty< Real > & _rhow
ADMaterialProperty< Real > & _total_energy_density
ADMaterialProperty< RealVectorValue > & _velocity
ADMaterialProperty< Real > & _speed
const SinglePhaseFluidProperties & _fluid
fluid properties
ADMaterialProperty< Real > & _T_fluid
ADMaterialProperty< Real > & _rhov
ADMaterialProperty< Real > & _pressure
ADMaterialProperty< Real > & _specific_total_enthalpy
static InputParameters validParams()
const InputParameters & parameters() const
Common class for single phase fluid properties.
VariableValueTempl< true > ADVariableValue