https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
33public:
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
40protected:
41 // The generalized circumference function depends on the cross-sectional area.
43
44public:
46};
const Real p
virtual Real value(Real t, const Point &p) const
The generalized circumference, sigma_w, is defined such that the.
virtual RealVectorValue gradient(Real t, const Point &p) const
static InputParameters validParams()
virtual Real value(Real t, const Point &p) const
const InputParameters & parameters() const