https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousConservedVarMaterial.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
22{
23public:
26
27protected:
28 virtual void computeQpProperties() override;
29
32
77};
const InputParameters & parameters() const
This object takes a conserved porous-flow variable set (rho epsilon, rho epsilon U,...
ADMaterialProperty< Real > & _rho
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_z
ADMaterialProperty< RealVectorValue > & _velocity
ADMaterialProperty< Real > & _sup_vel_y
ADMaterialProperty< Real > & _T_fluid
ADMaterialProperty< Real > & _specific_internal_energy
ADMaterialProperty< Real > & _v
const MaterialProperty< Real > & _epsilon
ADMaterialProperty< Real > & _sup_mom_x
const ADVariableGradient & _var_grad_rho_vd
ADMaterialProperty< Real > & _sup_vel_x
ADMaterialProperty< Real > & _rho_ht
ADMaterialProperty< Real > & _superficial_rho
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_y
ADMaterialProperty< Real > & _pressure
ADMaterialProperty< Real > & _vel_z
const ADVariableGradient & _var_grad_rho_wd
ADMaterialProperty< Real > & _vel_x
const ADVariableGradient & _var_grad_rho_ud
ADMaterialProperty< Real > & _speed
virtual void computeQpProperties() override
ADMaterialProperty< Real > & _rhov
ADMaterialProperty< Real > & _sup_mom_y
ADMaterialProperty< Real > & _sup_vel_z
ADMaterialProperty< RealVectorValue > & _superficial_velocity
ADMaterialProperty< Real > & _superficial_rho_et
ADMaterialProperty< Real > & _sup_mom_z
ADMaterialProperty< RealVectorValue > & _mass_flux
ADMaterialProperty< Real > & _rhow
const ADVariableGradient & _var_grad_rho_et
static InputParameters validParams()
ADMaterialProperty< Real > & _superficial_rho_ht
ADMaterialProperty< RealVectorValue > & _grad_T_fluid
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_x
ADMaterialProperty< Real > & _specific_total_enthalpy
ADMaterialProperty< Real > & _total_energy_density
const ADVariableGradient & _var_grad_rho
ADMaterialProperty< RealVectorValue > & _momentum
const SinglePhaseFluidProperties & _fluid
fluid properties
ADMaterialProperty< RealVectorValue > & _grad_pressure
ADMaterialProperty< Real > & _rhou
ADMaterialProperty< Real > & _vel_y
const ADVariableValue & _var_total_energy_density
Common class for single phase fluid properties.
VariableValueTempl< true > ADVariableValue
VariableGradientTempl< true > ADVariableGradient