- x1The first independent coordinate.
C++ Type:std::vector<double>
Description:The first independent coordinate.
- x2The second independent coordinate.
C++ Type:std::vector<double>
Description:The second independent coordinate.
- yThe dependent values
C++ Type:std::vector<double>
Description:The dependent values
BicubicSplineFunction
The BicubicSplineFunction has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# BicubicSplineFunction
!syntax description /Functions/BicubicSplineFunction
## Overview
!! Replace these lines with information regarding the BicubicSplineFunction object.
## Example Input File Syntax
!! Describe and include an example of how to use the BicubicSplineFunction object.
!syntax parameters /Functions/BicubicSplineFunction
!syntax inputs /Functions/BicubicSplineFunction
!syntax children /Functions/BicubicSplineFunction
Define a bicubic spline function from interpolated data defined by input parameters.
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
- 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<double>
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<double>
Description:The values of the derivative wrt x1 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.
- yx21The values of the derivative wrt x2 on the lower interpolation grid points.
C++ Type:std::vector<double>
Description:The values of the derivative wrt x2 on the lower interpolation grid points.
- yx2nThe values of the derivative wrt x2 on the upper interpolation grid points.
C++ Type:std::vector<double>
Description:The values of the derivative wrt x2 on the upper interpolation grid points.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
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.