BicubicSplineFunction

buildconstruction:Undocumented Class

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

  • x1The first independent coordinate.

    C++ Type:std::vector<double>

    Options:

    Description:The first independent coordinate.

  • x2The second independent coordinate.

    C++ Type:std::vector<double>

    Options:

    Description:The second independent coordinate.

  • yThe dependent values

    C++ Type:std::vector<double>

    Options:

    Description:The dependent values

Required Parameters

  • normal_componentzThe component of the geometry that is normal to the spline x1/x2 values

    Default:z

    C++ Type:MooseEnum

    Options:x, y, z

    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

    Options:

    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>

    Options:

    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>

    Options:

    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

    Options:

    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>

    Options:

    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>

    Options:

    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>

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files