CopyNodalVarsAction

under construction:Undocumented Class

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

!syntax description /AuxVariables/CopyNodalVarsAction

Input Parameters

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

    Default:__all__

    C++ Type:std::vector

    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

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

Optional Parameters

  • initial_from_file_varGives the name of a variable for which to read an initial condition from a mesh file

    C++ Type:std::string

    Description:Gives the name of a variable for which to read an initial condition from a mesh file

  • initial_from_file_timestepLATESTGives the timestep (or "LATEST") for which to read a solution from a file for a given variable. (Default: LATEST)

    Default:LATEST

    C++ Type:std::string

    Description:Gives the timestep (or "LATEST") for which to read a solution from a file for a given variable. (Default: LATEST)

Initial From File Parameters

References