- multi_appThe name of the MultiApp to use.
C++ Type:MultiAppName
Description:The name of the MultiApp to use.
- source_variableThe variable to transfer from.
C++ Type:std::vector
Description:The variable to transfer from.
- variableThe auxiliary variable to store the transferred values in.
C++ Type:std::vector
Description:The auxiliary variable to store the transferred values in.
LevelSetMeshRefinementTransfer
When solving the level set equation performing reinitialization of the level set variable is often required to maintain its conservative or signed distance characteristics. Within MOOSE the reinitialization step of the solve is handled using the MultiApp system.
To allow for the sub-application that is performing the reinitialization to use the adapted mesh of the master application the mesh adaptivity information must be transferred from the master application to the sub-application, this transfer is performed by the LevelSetMeshRefinementTransfer.
Example Syntax
[Transfers]
[./marker_to_sub]
type = LevelSetMeshRefinementTransfer
multi_app = sub
source_variable = marker
variable = marker
check_multiapp_execute_on = false
[../]
[]
(modules/level_set/test/tests/transfers/markers/multi_level/master.i)Input Parameters
- check_multiapp_execute_onFalseWhen false the check between the multiapp and transfer execute on flags is not preformed.
Default:False
C++ Type:bool
Description:When false the check between the multiapp and transfer execute on flags is not preformed.
- displaced_source_meshFalseWhether or not to use the displaced mesh for the source mesh.
Default:False
C++ Type:bool
Description:Whether or not to use the displaced mesh for the source mesh.
- displaced_target_meshFalseWhether or not to use the displaced mesh for the target mesh.
Default:False
C++ Type:bool
Description:Whether or not to use the displaced mesh for the target mesh.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- modules/level_set/test/tests/transfers/markers/single_level/master.i
- modules/level_set/test/tests/transfers/markers/multi_level/master.i