www.mooseframework.org
InternalVolume.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 
13 
26 {
27 public:
29 
31 
32  virtual void initialSetup() override;
33 
34 protected:
35  virtual Real computeQpIntegral() override;
36  virtual Real getValue() const override;
37 
38  const unsigned int _component;
39  const Real _scale;
41 };
const Function & _addition
const Real _scale
virtual void initialSetup() override
InternalVolume(const InputParameters &parameters)
virtual Real getValue() const override
This class computes the volume of an interior space.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpIntegral() override
const InputParameters & parameters() const
static InputParameters validParams()
const unsigned int _component