https://mooseframework.inl.gov
GeneralizedCircumference.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 
12 #include "Function.h"
13 #include "FunctionInterface.h"
14 
32 {
33 public:
35 
36  using Function::value;
37  virtual Real value(Real t, const Point & p) const;
38  virtual RealVectorValue gradient(Real t, const Point & p) const;
39 
40 protected:
41  // The generalized circumference function depends on the cross-sectional area.
43 
44 public:
46 };
virtual RealVectorValue gradient(Real t, const Point &p) const
static InputParameters validParams()
The generalized circumference, sigma_w, is defined such that the.
GeneralizedCircumference(const InputParameters &parameters)
virtual Real value(Real t, const Point &p) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
virtual Real value(Real t, const Point &p) const