- contains_complete_historyFalseSet this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
Default:False
C++ Type:bool
Description:Set this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
- execute_onTIMESTEP_ENDThe 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.
Default:TIMESTEP_END
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.
- output_distributed_rank4294967295When 'parallel_type = DISTRIBUTED' set this to copy the data from the specified processor for output. This is mainly for testing since the data from that rank will override the data on the root process.
Default:4294967295
C++ Type:unsigned int
Description:When 'parallel_type = DISTRIBUTED' set this to copy the data from the specified processor for output. This is mainly for testing since the data from that rank will override the data on the root process.
- parallel_typeREPLICATEDSpecify if the stored data vector is replicated or distributed across processors.
Default:REPLICATED
C++ Type:MooseEnum
Description:Specify if the stored data vector is replicated or distributed across processors.
- samplersA list of sampler names of associated data.
C++ Type:std::vector
Description:A list of sampler names of associated data.
StochasticResults
This object is designed to work with the SamplerPostprocessorTransfer object for transferring data from a Postprocessor to a VectorPostprocessor on the master application.
Example Syntax
[VectorPostprocessors]
[storage]
type = StochasticResults
samplers = sample
execute_on = 'INITIAL TIMESTEP_END'
[]
[]
(modules/stochastic_tools/test/tests/transfers/sampler_postprocessor/master.i)Input Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- 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.
- force_preauxFalseForces the GeneralUserObject to be executed in PREAUX
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREAUX
- outputsVector of output names were you would like to restrict the output of variables(s) associated with this object
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
- 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/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