www.mooseframework.org
RichardsExcavGeom.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 
12 #include "Function.h"
13 
14 // Forward Declarations
15 
42 {
43 public:
45 
47 
48  using Function::value;
49  virtual Real value(Real t, const Point & p) const;
50 
51 protected:
54 
57 
60 
63 
66 
69 
72 
75 
78 };
Real _deactivation_time
deactivation time
virtual Real value(Real t, const Point &p) const
Real _true_value
true value to return
Real _norm_retreat_vel
norm of retreat velocity
Real _end_time
end time
Real _active_length
active length
Real _start_time
start time
RichardsExcavGeom(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RealVectorValue _retreat_vel
retreat velocity
RealVectorValue _start_posn
start position
const InputParameters & parameters() const
Defines excavation geometry.
RealVectorValue _end_posn
end position
virtual Real value(Real t, const Point &p) const
static InputParameters validParams()