Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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