Skip to content
Snippets Groups Projects
Commit 0490bed7 authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix evaluation

parent fcfd4272
No related branches found
No related tags found
No related merge requests found
Pipeline #65515 failed
......@@ -603,7 +603,7 @@ int main(int argc, char** argv)
};
shared_ptr< Evaluation > evaluation( new Evaluation( blocks, evaluationCheckFrequency, rampUpTime, getFields,
pdfFieldID, densityFieldID, velFieldID, flagFieldID, fluidFlagUID, FlagUID("NoSlip"),
pdfFieldID, densityFieldID, velFieldID, flagFieldID, fluidFlagUID, obstacleFlagUID,
setup, evaluationLogToStream, evaluationLogToFile, evaluationFilename));
// create time loop
......
......@@ -56,9 +56,9 @@ StabilityChecker
VTKWriter
{
vtkWriteFrequency 20;
vtkWriteFrequency 1000;
velocity true;
density false;
density true;
flag false;
writeOnlySlice false;
amrFileFormat false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment