PolycrystalRandomICAction

under construction:Undocumented Action Class

The PolycrystalRandomICAction 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 an Action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.


# PolycrystalRandomICAction

!syntax description /ICs/PolycrystalICs/PolycrystalRandomIC/PolycrystalRandomICAction

## Overview

!! Replace these lines with information regarding the PolycrystalRandomICAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the PolycrystalRandomICAction action.

!syntax parameters /ICs/PolycrystalICs/PolycrystalRandomIC/PolycrystalRandomICAction

!syntax description /ICs/PolycrystalICs/PolycrystalRandomIC/PolycrystalRandomICAction

Input Parameters

  • op_numnumber of order parameters to create

    C++ Type:unsigned int

    Options:

    Description:number of order parameters to create

  • var_name_basespecifies the base name of the variables

    C++ Type:std::string

    Options:

    Description:specifies the base name of the variables

Required Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector

    Options:

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

    Options:

    Description:If specified blocks matching these identifiers will be skipped.

  • random_typeThe type of random polycrystal initial condition. Whether one order parameter is chosen to be 1 at each node or if each order parameter continuously varies from 0 to 1

    C++ Type:MooseEnum

    Options:continuous discrete

    Description:The type of random polycrystal initial condition. Whether one order parameter is chosen to be 1 at each node or if each order parameter continuously varies from 0 to 1

Optional Parameters