https://mooseframework.inl.gov
PorousFlowAdvectiveFluxCalculatorUnsaturatedHeat.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 
13 
24 {
25 public:
27 
29 
30 protected:
31  virtual Real computeU(unsigned i) const override;
32 
33  virtual Real computedU_dvar(unsigned i, unsigned pvar) const override;
34 
37 
40 };
Computes the advective flux of heat energy in a given phase, assuming unsaturated conditions...
const MaterialProperty< std::vector< std::vector< Real > > > & _drelative_permeability_dvar
Derivative of relative permeability of each phase wrt PorousFlow variables.
virtual Real computedU_dvar(unsigned i, unsigned pvar) const override
Compute d(u)/d(porous_flow_variable)
const MaterialProperty< std::vector< Real > > & _relative_permeability
Relative permeability of each phase.
Computes the advective flux of heat energy in the given phase, assuming fully-saturated conditions...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeU(unsigned i) const override
Computes the value of u at the local node id of the current element (_current_elem) ...
const InputParameters & parameters() const