www.mooseframework.org
Q2PNegativeNodalMassOld.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 "TimeKernel.h"
13 #include "Material.h"
14 #include "RichardsDensity.h"
15 
16 // Forward Declarations
17 
23 {
24 public:
26 
28 
29 protected:
30  virtual Real computeQpResidual();
31 
33 
36 
38  bool _var_is_pp;
39 
42 };
const RichardsDensity & _density
Q2PNegativeNodalMassOld(const InputParameters &parameters)
static InputParameters validParams()
bool _var_is_pp
whether the "other variable" is actually porepressure
-fluid_mass_old/dt with the fluid mass being lumped to the nodes.
const MaterialProperty< Real > & _porosity_old
value of the porosity at the start of the timestep
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...
const VariableValue & _other_var_nodal_old
old value of the other variable (this is porepressure if the Variable is saturation) ...