Makes initial condition which creates a linear ramp of the given variable on the x-axis with specified side values. More...
#include <RampIC.h>
Public Member Functions | |
RampIC (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | value (const Point &p) |
The value of the variable at a point. More... | |
virtual RealGradient | gradient (const Point &) |
The value of the gradient at a point. More... | |
Protected Attributes | |
const Real | _xlength |
const Real | _xmin |
const Real | _value_left |
const Real | _value_right |
Makes initial condition which creates a linear ramp of the given variable on the x-axis with specified side values.
|
protectedvirtual |
The value of the gradient at a point.
|
protectedvirtual |
The value of the variable at a point.
|
protected |
Definition at line 42 of file RampIC.h.
Referenced by gradient(), and value().
|
protected |
Definition at line 43 of file RampIC.h.
Referenced by gradient(), and value().
|
protected |
Definition at line 40 of file RampIC.h.
Referenced by gradient(), and value().