Skip to content
Snippets Groups Projects
Commit 8b0fc6bd authored by Andrew Heather's avatar Andrew Heather
Browse files

tutorial update

parent 110718d0
No related branches found
No related tags found
No related merge requests found
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -3 0 0 0 0];
internalField uniform 5390.5;
boundaryField
{
walls
{
type compressible::epsilonWallFunction;
value uniform 5390.5;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 37.5;
boundaryField
{
walls
{
type compressible::kQRWallFunction;
value uniform 37.5;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
...@@ -17,7 +17,7 @@ FoamFile ...@@ -17,7 +17,7 @@ FoamFile
radiation off; radiation off;
radiationModel P1; radiationModel noRadiation;
solverFreq 10; solverFreq 10;
......
...@@ -81,7 +81,7 @@ particleForces ...@@ -81,7 +81,7 @@ particleForces
ManualInjectionCoeffs ManualInjectionCoeffs
{ {
massTotal massTotal [ 1 0 0 0 0 ] 1e-7; massTotal massTotal [ 1 0 0 0 0 ] 1e-8;
parcelBasisType mass; parcelBasisType mass;
SOI 0; SOI 0;
positionsFile "reactingCloud1Positions"; positionsFile "reactingCloud1Positions";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment