- multi_appThe name of the MultiApp to use.
C++ Type:MultiAppName
Description:The name of the MultiApp to use.
SamplerPostprocessorTransfer
This object is designed to transfer data from a Postprocessor to a VectorPostprocessor on the master application. This object must transfer data to a StochasticResults object.
Example Syntax
[Transfers]
[runner]
type = SamplerParameterTransfer
multi_app = sub
sampler = sample
parameters = 'BCs/left/value BCs/right/value'
to_control = 'stochastic'
execute_on = INITIAL
check_multiapp_execute_on = false
[]
[data]
type = SamplerPostprocessorTransfer
multi_app = sub
sampler = sample
to_vector_postprocessor = storage
from_postprocessor = avg
execute_on = TIMESTEP_BEGIN
check_multiapp_execute_on = false
[]
[]
(modules/stochastic_tools/test/tests/transfers/sampler_postprocessor/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.
- execute_onSAME_AS_MULTIAPPThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, SAME_AS_MULTIAPP.
Default:SAME_AS_MULTIAPP
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM, SAME_AS_MULTIAPP.
- from_postprocessorThe name of the Postprocessors on the sub-app to transfer from.
C++ Type:PostprocessorName
Description:The name of the Postprocessors on the sub-app to transfer from.
- samplerA the Sampler object that Transfer is associated..
C++ Type:SamplerName
Description:A the Sampler object that Transfer is associated..
- to_vector_postprocessorThe name of the VectorPostprocessor in the MultiApp to transfer values to.
C++ Type:VectorPostprocessorName
Description:The name of the VectorPostprocessor in the MultiApp to transfer values to.
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/stochastic_tools/test/tests/transfers/sampler_postprocessor/errors/wrong_multi_app.i
- modules/stochastic_tools/test/tests/vectorpostprocessors/stochastic_results/master.i
- modules/stochastic_tools/test/tests/multiapps/batch_commandline_control/master_multiple.i
- modules/stochastic_tools/examples/batch/transient.i
- modules/stochastic_tools/test/tests/transfers/sampler_postprocessor/errors/require_stochastic_results.i
- modules/stochastic_tools/test/tests/multiapps/batch_sampler_transient_multiapp/master_transient.i
- modules/stochastic_tools/test/tests/transfers/sampler_postprocessor/master.i
- modules/stochastic_tools/test/tests/multiapps/batch_full_solve_multiapp/master_full_solve.i
- modules/stochastic_tools/test/tests/vectorpostprocessors/multiple_stochastic_results/master.i
- modules/stochastic_tools/test/tests/multiapps/batch_commandline_control/master_single.i
- modules/stochastic_tools/test/tests/vectorpostprocessors/stochastic_results_complete_history/master.i
- modules/stochastic_tools/test/tests/transfers/batch_sampler_transfer/master.i
- modules/stochastic_tools/examples/batch/full_solve.i