Dear All,
There is an example " navier-stokes-2d-SLEPc-complex.edp" available on ‘Examples ’.
The code is available here: FreeFem-sources/navier-stokes-2d-SLEPc-complex.edp at develop · FreeFem/FreeFem-sources · GitHub .
My doubt is: What is the problem being solved? The governing equations and the boundary conditions? Is there any documentation available for this example problem?
Thank you in advance
Yours sincerely,
D. N. Sarkar
prj
June 10, 2021, 5:10am
2
Dear Sir,
I read the paper you mentioned. For the paper, the 3D code is available here: GitHub - prj-/moulin2019al: Augmented Lagrangian Preconditioner for Hydrodynamic Stability Analysis .
The 2D problem as mentioned in the above paper is as follows:
As you mentioned “FreeFem-sources/navier-stokes-2d-SLEPc-complex.edp at develop · FreeFem/FreeFem-sources · GitHub ” is the 2D version of the code.
Doubt : Is this code for the 2D problem of the mentioned journal paper?
In the code “FreeFem-sources/navier-stokes-2d-SLEPc-complex.edp at develop · FreeFem/FreeFem-sources · GitHub ”, boundaries 1, 2, and 3 are mentioned.
Doubt : Which boundary 1, 2 & 3 corresponds to which boundary of the computation domain like inlet, outlet, top & bottom boundary, etc?
Yours sincerely,
D N Sarkar
prj
June 10, 2021, 12:18pm
4
Is this code for the 2D problem of the mentioned journal paper?
What is not clear in my previous message , please? I made a small mistake though, the bluff body is not a plate but a sphere in the 2D case example.
Which boundary 1, 2 & 3 corresponds to which boundary of the computation domain like inlet, outlet, top & bottom boundary, etc?
You can extract each border and plot them to see which is which.
prj
June 10, 2021, 4:03pm
6
That is correct. First run that (*-PETSc.edp), it will generate output files. Then run the eigenanalysis code (*-SLEPc-complex.edp). Either in 2D (sphere) or 3D (plate).