https://mooseframework.inl.gov
Loading...
Searching...
No Matches
InternalVolume.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
26{
27public:
29
31
32 virtual void initialSetup() override;
33
34protected:
35 virtual Real computeQpIntegral() override;
36 virtual Real getValue() const override;
37
38 const unsigned int _component;
39 const Real _scale;
41};
This class computes the volume of an interior space.
const unsigned int _component
virtual Real getValue() const override
const Function & _addition
static InputParameters validParams()
const Real _scale
virtual void initialSetup() override
virtual Real computeQpIntegral() override
const InputParameters & parameters() const