|
TrioCFD 1.9.8
TrioCFD documentation
|
The figure below shows the geometry of the test case you will run in this tutorial.
This test case aims to validate the ALE (Arbitrary Lagrangian–Eulerian) implementation in TrioCFD against the SPHERIC benchmark Test 6, which represents a 2D incompressible flow around a translating square cylinder in a rectangular tank.
This tutorial will use a TrioCFD validation form as its base. It is a Jupyter Notebook that is used to start a list of TrioCFD simulations and displays various postprocessed results.
First, go to an empty directory and copy the validation form from which we will start: TranslatingSquare_ALE_CoarseMesh. Note that you must have sourced the TrioCFD environment before this step.
Now, use the following commands:
Now, edit the file src/TranslatingSquare_ALE_CoarseMesh.data:
Now, use the command:
This will rerun the simulations, postprocessings and generate the pdf report.
Now, open both the new report and the initial one:
What do you think of the results? Are they better/worse/unchanged?
Compare the *.TU files between the initial_build and build directories.
What can you conclude?