Transferring data from StatisticsReporter from one sub app to another #31777
-
|
Hello, Description of ProblemI am currently running a MOOSE Parallel Subset Simulation simulation which has two sub apps (an MC step and a basic diffusion simulation). The purpose of this simulation is to essentially optimize two quantities of interest. The quantity of interest is the average concentration over the entire domain. IssueThe parallel subset simulation is trying to maximize the objective of interest -- averaged across the entire distribution. This objective is calculated in a post processor in the physics simulation, the objective is then average in the MC file using StatisticsReporter. Yet, when I try to transfer the data from the statistics reporter in the PSS simulation file, I always end up with the problem that the data cannot be found. I end up with the following error:
QuestionsAs a result I have the following questions:
Thank you! physics.txt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hello Serial is fine, you can set the number of processors (either for the full sim or for a multiapp) to 1 to work in serial.
yes. The SamplerTransfer needs the correct name for the from_reporter though. The from_reporter is in the from_multiapp. to get the correct name. There is an example (not merged) of using PSS here if you want |
Beta Was this translation helpful? Give feedback.
Hello
Serial is fine, you can set the number of processors (either for the full sim or for a multiapp) to 1 to work in serial.
Parallel should work for PSS
yes. The SamplerTransfer needs the correct name for the from_reporter though. The from_reporter is in the from_multiapp.
Use
to get the correct name.
There is an example (not merged) of using PSS here if you want
https://github.com/idaholab/virtual_test_bed/pull/669/files#diff-73e5f22d0f0c6d408a86dc77916d6a4e3688a9d6890437ef285683e28c639b1a
see Baseline_Input.i for the multiapp and pss.i for the parent input