https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FVPorousFlowFluidMass.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#include "PorousFlowDictator.h"
14
Postprocessor that calculates the mass of a given fluid component in the given phase(s) in a given bl...
const bool _has_total_strain
Whether there is a Material called _base_name_total_strain.
const Real _saturation_threshold
Saturation threshold - only fluid mass at saturations below this are calculated.
static InputParameters validParams()
const ADMaterialProperty< std::vector< Real > > & _fluid_density
Phase density (kg/m^3)
const unsigned int _fluid_component
The fluid component index that this Postprocessor applies to.
std::vector< unsigned int > _phase_index
The phase indices that this Postprocessor is restricted to.
const ADMaterialProperty< std::vector< Real > > & _fluid_saturation
Phase saturation (-)
virtual Real computeQpIntegral() override
const ADMaterialProperty< Real > & _porosity
Porosity.
const ADMaterialProperty< std::vector< std::vector< Real > > > & _mass_fraction
Mass fraction of each fluid component in each phase.
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
const MaterialProperty< RankTwoTensor > *const _total_strain
Value of total strain calculated by a Tensor Mechanics strain calculator, if it exists,...
const std::string _base_name
base name used in the Tensor Mechanics strain calculator
const InputParameters & parameters() const
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...