FunctorClosures

This closures object is used to provide arbitrary closures via functors.

Input Parameters

  • functorsThe functors defining each material property. Each entry is paired with the corresponding entry in 'properties'. A functor is any of the following: a variable, a functor material property, a function, a postprocessor or a number.

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The functors defining each material property. Each entry is paired with the corresponding entry in 'properties'. A functor is any of the following: a variable, a functor material property, a function, a postprocessor or a number.

  • propertiesThe material properties to create

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

    Unit:(no unit assumed)

    Controllable:No

    Description:The material properties to create

Required 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