https://mooseframework.inl.gov
PorousMixedVarMaterial.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 
39 
49 
52 
65 
87 };
const ADVariableValue & _var_sup_mom_z_dot
const ADVariableValue & _var_T_fluid
const ADVariableGradient & _grad_var_T_fluid
ADMaterialProperty< Real > & _T_fluid
ADMaterialProperty< Real > & _sup_mom_x
ADMaterialProperty< Real > & _rho_et
static InputParameters validParams()
ADMaterialProperty< Real > & _mom_y
ADMaterialProperty< Real > & _sup_rho_dot
virtual void computeQpProperties() override
ADMaterialProperty< RealVectorValue > & _grad_pressure
ADMaterialProperty< Real > & _sup_mom_z
const ADVariableValue & _var_sup_mom_z
const ADVariableGradient & _grad_var_sup_mom_z
const SinglePhaseFluidProperties & _fluid
fluid properties
This object takes a mixed porous-flow variable set (pressure, rho epsilon U, T_fluid) and computes al...
ADMaterialProperty< RealVectorValue > & _grad_T_fluid
const MaterialProperty< Real > & _epsilon
porosity
ADMaterialProperty< Real > & _sup_mom_z_dot
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_z
ADMaterialProperty< Real > & _sup_mom_x_dot
ADMaterialProperty< Real > & _vel_x
const ADVariableValue & _pressure_dot
ADMaterialProperty< RealVectorValue > & _mom
const ADVariableGradient & _grad_var_pressure
ADMaterialProperty< Real > & _vel_z
ADMaterialProperty< Real > & _mom_x
ADMaterialProperty< Real > & _sup_vel_x
ADMaterialProperty< Real > & _mom_z
ADMaterialProperty< Real > & _pressure
properties: primitives
const ADVariableValue & _var_pressure
primitive variables
Common class for single phase fluid properties.
ADMaterialProperty< Real > & _ht
ADMaterialProperty< Real > & _sup_mom_y
ADMaterialProperty< RealVectorValue > & _velocity
const ADVariableGradient & _grad_var_sup_mom_y
ADMaterialProperty< Real > & _sup_rho_et_dot
const ADVariableValue & _var_sup_mom_y
ADMaterialProperty< Real > & _sup_vel_y
const ADVariableValue & _var_sup_mom_x
ADMaterialProperty< Real > & _speed
const ADVariableGradient & _grad_var_sup_mom_x
const InputParameters & parameters() const
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_x
ADMaterialProperty< Real > & _vel_y
PorousMixedVarMaterial(const InputParameters &parameters)
ADMaterialProperty< RealVectorValue > & _sup_vel
ADMaterialProperty< Real > & _rho
ADMaterialProperty< Real > & _e
ADMaterialProperty< Real > & _sup_vel_z
ADMaterialProperty< Real > & _sup_mom_y_dot
const ADVariableValue & _var_sup_mom_x_dot
const ADVariableValue & _var_sup_mom_y_dot
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_y
const ADVariableValue & _T_fluid_dot