AxisymmetricPointScalarFlux

buildconstruction:Undocumented Class

The AxisymmetricPointScalarFlux 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.

A function which computes the analytical scalar flux for a point source surrounded by axisymmetric shielding media.

Overview

Example Input File Syntax

Input Parameters

  • num_dimsThe dimensionality of the solution. 2D yields a flatland, 3D yields spherical cartesian.

    C++ Type:unsigned int

    Controllable:No

    Description:The dimensionality of the solution. 2D yields a flatland, 3D yields spherical cartesian.

Required Parameters

  • axisymmetric_cross_sectionsThe macroscopic total cross-sections for each radial region.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The macroscopic total cross-sections for each radial region.

  • axisymmetric_radiiThe ending radii for each axisymmetric region.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The ending radii for each axisymmetric region.

  • src_location0 0 0The location of the point source.

    Default:0 0 0

    C++ Type:libMesh::Point

    Controllable:No

    Description:The location of the point source.

  • src_strength1The emission rate of the point source.

    Default:1

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:The emission rate of the point source.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

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

    Controllable:No

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files