https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSFEFluidIntegratedBCBase.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 "IntegratedBC.h"
14
20{
21public:
23
26
27protected:
28 // Coupled variables
34
36
37 // Gradients
43
44 // Variable numberings
50
53
54 // Helper function for mapping Moose variable numberings into
55 // the "canonical" numbering for the porous medium equations.
56 unsigned mapVarNumber(unsigned var);
58};
This class couples together all the variables for the 3D fluid equations to allow them to be used in ...
const VariableGradient & _grad_pressure
static InputParameters validParams()
const VariableGradient & _grad_temperature
const MaterialProperty< Real > & _rho
const SinglePhaseFluidProperties & _eos
const VariableGradient & _grad_u_vel
const VariableGradient & _grad_v_vel
const VariableGradient & _grad_w_vel
const InputParameters & parameters() const
Common class for single phase fluid properties.
VariableValueTempl< false > VariableValue
VariableGradientTempl< false > VariableGradient