Skip to content
Snippets Groups Projects
Commit 489135ee authored by Hkorb's avatar Hkorb
Browse files

add computation of variances in regression test

parent c8c9f6ce
No related branches found
No related tags found
1 merge request!274Actuator line regression test
......@@ -224,6 +224,7 @@ void multipleLevel(const std::string& configPath)
SPtr<PlaneProbe> planeProbe = std::make_shared<PlaneProbe>("planeProbe", para->getOutputPath(), tStartTmpAveraging/dt, tAveraging/dt, tStartOutProbe/dt, tOutProbe/dt);
planeProbe->setProbePlane(5 * reference_diameter, -0.5 * L_y, -0.5 * L_z, dx, L_y, L_z);
planeProbe->addStatistic(Statistic::Means);
planeProbe->addStatistic(Statistic::Variances);
para->addProbe( planeProbe );
auto cudaMemoryManager = std::make_shared<CudaMemoryManager>(para);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment