https://mooseframework.inl.gov
DarcyFluxComponent.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 "AuxKernel.h"
13 
14 // Forward Declarations
15 
32 {
33 public:
35 
37 
38 protected:
39  virtual Real computeValue();
40 
43 
46 
49 
52 
55 
57  unsigned int _component;
58 };
virtual Real computeValue()
OutputTools< Real >::VariableGradient VariableGradient
const VariableGradient & _grad_pp
gradient of the pressure
DarcyFluxComponent(const InputParameters &parameters)
const MaterialProperty< RealTensorValue > & _permeability
Material permeability.
unsigned int _component
Desired component.
Real _fluid_viscosity
fluid dynamic viscosity
static InputParameters validParams()
Computes a component of the Darcy flux: -k_ij/mu (nabla_j P - w_j) where k_ij is the permeability ten...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RealVectorValue _fluid_weight
fluid weight (gravity*density) as a vector pointing downwards, eg &#39;0 0 -10000&#39;
const InputParameters & parameters() const
Real _poro_recip
(1/velocity_scaling)