Skip to content

Commit

Permalink
Merge pull request #398 from JX278/master
Browse files Browse the repository at this point in the history
Add a 2D supercritical TGV case
  • Loading branch information
JX278 authored Dec 25, 2023
2 parents 679697c + 612a338 commit 333ede3
Show file tree
Hide file tree
Showing 23 changed files with 132,234 additions and 0 deletions.
16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/CH4

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/CO

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/CO2

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/H2O

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/N2

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/O2

Large diffs are not rendered by default.

16,437 changes: 16,437 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/T

Large diffs are not rendered by default.

Binary file not shown.
50 changes: 50 additions & 0 deletions examples/dfLowMachFoam/twoD_supercirticalTGV/0/p
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 1.01325e+07;

boundaryField
{
front
{
type cyclic;
}
back
{
type cyclic;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
top
{
type cyclic;
}
down
{
type cyclic;
}
}

// ************************************************************************* //
Loading

0 comments on commit 333ede3

Please sign in to comment.