Skip to content

Commit

Permalink
Merge pull request #45 from Alex-Vasile/pytest-changes
Browse files Browse the repository at this point in the history
Addressing comments for JOSS 41
  • Loading branch information
nasserma authored Aug 27, 2024
2 parents 51fe6ab + 0caa40c commit 5c0fbb9
Show file tree
Hide file tree
Showing 11 changed files with 76,801 additions and 20 deletions.
45 changes: 45 additions & 0 deletions examples/OpenFOAM/pipe_with_recirc/0/T
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 11
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 1 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type fixedValue;
value uniform 1;
}

outlet
{
type zeroGradient;
}

wall
{
type zeroGradient;
}

top_and_bottom
{
type empty;
}

}

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

0 comments on commit 5c0fbb9

Please sign in to comment.