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