https://mooseframework.inl.gov
PorousPrimitiveVarMaterial.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 
48 
51 
63 
85 };
ADMaterialProperty< Real > & _sup_mom_x
const ADVariableValue & _T_fluid_dot
const ADVariableGradient & _grad_var_sup_vel_z
ADMaterialProperty< Real > & _sup_vel_y
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_y
const ADVariableValue & _var_sup_vel_z
static InputParameters validParams()
ADMaterialProperty< Real > & _sup_mom_z
ADMaterialProperty< Real > & _sup_vel_z
const ADVariableGradient & _grad_var_pressure
ADMaterialProperty< Real > & _rho
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_z
ADMaterialProperty< Real > & _speed
ADMaterialProperty< Real > & _pressure
properties: primitives
const ADVariableValue & _sup_vel_z_dot
const ADVariableValue & _var_pressure
primitive variables
ADMaterialProperty< Real > & _sup_rho_dot
const MaterialProperty< Real > & _epsilon
porosity
ADMaterialProperty< Real > & _sup_rho_et_dot
ADMaterialProperty< Real > & _sup_mom_y_dot
const ADVariableValue & _sup_vel_y_dot
const SinglePhaseFluidProperties & _fluid
fluid properties
const ADVariableGradient & _grad_var_T_fluid
ADMaterialProperty< Real > & _sup_mom_z_dot
ADMaterialProperty< Real > & _sup_mom_y
ADMaterialProperty< Real > & _ht
ADMaterialProperty< Real > & _rho_et
const ADVariableValue & _pressure_dot
ADMaterialProperty< Real > & _T_fluid
ADMaterialProperty< Real > & _mom_z
Common class for single phase fluid properties.
const ADVariableGradient & _grad_var_sup_vel_y
const ADVariableValue & _var_T_fluid
ADMaterialProperty< RealVectorValue > & _velocity
ADMaterialProperty< Real > & _vel_z
ADMaterialProperty< RealVectorValue > & _mom
PorousPrimitiveVarMaterial(const InputParameters &parameters)
ADMaterialProperty< RealVectorValue > & _grad_sup_vel_x
ADMaterialProperty< Real > & _sup_mom_x_dot
ADMaterialProperty< Real > & _e
ADMaterialProperty< Real > & _sup_vel_x
const ADVariableValue & _var_sup_vel_y
ADMaterialProperty< RealVectorValue > & _grad_pressure
const InputParameters & parameters() const
ADMaterialProperty< RealVectorValue > & _grad_T_fluid
ADMaterialProperty< Real > & _mom_y
const ADVariableValue & _var_sup_vel_x
ADMaterialProperty< Real > & _mom_x
ADMaterialProperty< Real > & _vel_y
const ADVariableGradient & _grad_var_sup_vel_x
This object takes a primitive porous-flow variable set (pressure, superficial velocity, T_fluid) and computes all the necessary quantities for solving the compressible porous Euler equations.
virtual void computeQpProperties() override
ADMaterialProperty< Real > & _vel_x
const ADVariableValue & _sup_vel_x_dot