- x2The second independent coordinate.
C++ Type:std::vector
Description:The second independent coordinate.
- yThe dependent values
C++ Type:std::vector
Description:The dependent values
- x1The first independent coordinate.
C++ Type:std::vector
Description:The first independent coordinate.
BicubicSplineFunction
The BicubicSplineFunction has not been documented, if you would like to contribute to MOOSE by writing documentation, please see Documenting MOOSE. The content contained on this page explains the typical documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
!syntax description /Functions/BicubicSplineFunction
Input Parameters
- normal_componentzThe component of the geometry that is normal to the spline x1/x2 values
Default:z
C++ Type:MooseEnum
Description:The component of the geometry that is normal to the spline x1/x2 values
- yx2nThe values of the derivative wrt x2 on the upper interpolation grid points.
C++ Type:std::vector
Description:The values of the derivative wrt x2 on the upper interpolation grid points.
- yx21e30The functional form of the derivative with respect to x2.
Default:1e30
C++ Type:FunctionName
Description:The functional form of the derivative with respect to x2.
- yx11e30The functional form of the derivative with respect to x1.
Default:1e30
C++ Type:FunctionName
Description:The functional form of the derivative with respect to x1.
- yx11The values of the derivative wrt x1 on the lower interpolation grid points.
C++ Type:std::vector
Description:The values of the derivative wrt x1 on the lower interpolation grid points.
- yx1nThe values of the derivative wrt x1 on the upper interpolation grid points.
C++ Type:std::vector
Description:The values of the derivative wrt x1 on the upper interpolation grid points.
- yx21The values of the derivative wrt x2 on the lower interpolation grid points.
C++ Type:std::vector
Description:The values of the derivative wrt x2 on the lower interpolation grid points.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.