TUT: use slash-scoped dictionary references

This commit is contained in:
Mark Olesen
2023-01-02 12:08:11 +01:00
parent 27a7ae2d1d
commit aafcd0b9e0
28 changed files with 104 additions and 99 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -68,7 +68,7 @@ baffles
patchFields patchFields
{ {
${...master.patchFields} ${../../master/patchFields}
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -18,7 +18,7 @@ FoamFile
dimensions [0 0 0 1 0 0 0]; dimensions [0 0 0 1 0 0 0];
internalField uniform $:internalField.T; internalField uniform $/internalField/T;
boundaryField boundaryField
{ {
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.T; $/wall/T;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM:.Uhe Open Source CFD Toolbox | | \\ / F ield | OpenFOAM:.Uhe Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -18,7 +18,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform $:internalField.U; internalField uniform $/internalField/U;
boundaryField boundaryField
{ {
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.U; $/wall/U;
} }
cylinderHead cylinderHead
@ -44,9 +44,10 @@ boundaryField
piston piston
{ {
$:piston.U; $/piston/U;
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.p; $/wall/p;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.alphat; $/wall/alphat;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -18,7 +18,7 @@ FoamFile
dimensions [0 2 -3 0 0 0 0]; dimensions [0 2 -3 0 0 0 0];
internalField uniform $:internalField.epsilon; internalField uniform $/internalField/epsilon;
boundaryField boundaryField
{ {
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.epsilon; $/wall/epsilon;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -35,13 +35,13 @@ wall
k k
{ {
type kqRWallFunction; type kqRWallFunction;
value uniform $:internalField.k; value uniform $/internalField/k;
} }
epsilon epsilon
{ {
type epsilonWallFunction; type epsilonWallFunction;
value uniform $:internalField.epsilon; value uniform $/internalField/epsilon;
} }
nut nut

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM:.khe Open Source CFD Toolbox | | \\ / F ield | OpenFOAM:.khe Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -18,7 +18,7 @@ FoamFile
dimensions [0 2 -2 0 0 0 0]; dimensions [0 2 -2 0 0 0 0];
internalField uniform $:internalField.k; internalField uniform $/internalField/k;
boundaryField boundaryField
{ {
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.k; $/wall/k;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.nut; $/wall/nut;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM:.phe Open Source CFD Toolbox | | \\ / F ield | OpenFOAM:.phe Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -18,7 +18,7 @@ FoamFile
dimensions [1 -1 -2 0 0 0 0]; dimensions [1 -1 -2 0 0 0 0];
internalField uniform $:internalField.p; internalField uniform $/internalField/p;
boundaryField boundaryField
{ {
@ -34,7 +34,7 @@ boundaryField
liner liner
{ {
$:wall.p; $/wall/p;
} }
cylinderHead cylinderHead
@ -48,5 +48,6 @@ boundaryField
} }
} }
#remove (wall piston)
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -26,7 +26,7 @@ LES
LESModel kEqn; LESModel kEqn;
${:$LESModel} ${/$LESModel}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -80,7 +80,7 @@ functions
viscousDissipationCoeffs viscousDissipationCoeffs
{ {
fields (T); fields (T);
rhoInf $....rhoInf; rhoInf ${../../../rhoInf};
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -48,7 +48,7 @@ postPro1
// they are locally overridden // they are locally overridden
colours colours
{ {
${..colourScheme.paraview}; ${../colourScheme/paraview};
} }
// Line data // Line data

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -26,7 +26,7 @@ postPro1
// Default colours. Used for colourBy == colour unless locally overridden // Default colours. Used for colourBy == colour unless locally overridden
colours colours
{ {
${..colourScheme.blueGradient}; ${../colourScheme/blueGradient};
} }
camera camera

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -38,7 +38,7 @@ binField1
fields (forceCoeff); fields (forceCoeff);
patches (motorBikeGroup); patches (motorBikeGroup);
decomposePatchValues true; decomposePatchValues true;
CofR ${..forceCoeffs1.CofR}; CofR ${../forceCoeffs1/CofR};
binData binData
{ {

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -38,7 +38,7 @@ binField1
fields (forceCoeff); fields (forceCoeff);
patches (body); patches (body);
decomposePatchValues yes; decomposePatchValues yes;
CofR ${..forceCoeffs1.CofR}; CofR ${../forceCoeffs1/CofR};
cellZones (porousZone); cellZones (porousZone);
binData binData

View File

@ -64,7 +64,7 @@ postPro1
// Default colours // Default colours
colours colours
{ {
${..colourScheme.paraview}; ${../colourScheme/paraview};
} }
// Line data // Line data

View File

@ -36,7 +36,7 @@ postPro1
// they are locally overridden // they are locally overridden
colours colours
{ {
${..colourScheme.greyGradient}; ${../colourScheme/greyGradient};
} }
// Points (cloud) data // Points (cloud) data

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -39,7 +39,7 @@ baffles
} }
slave slave
{ {
${..master} ${../master}
} }
} }
} }
@ -60,7 +60,7 @@ baffles
} }
slave slave
{ {
${..master} ${../master}
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -14,8 +14,23 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "<constant>/dynamicMeshDict" __blockMeshDict
#include "<system>/blockMeshDict" {
#include "<system>/blockMeshDict"
}
// Sphere properties
sphereProperties
{
centreOfMass (0 ${/__blockMeshDict/sphereCentreHeight} 0);
momentOfInertia (2e-3 2e-3 2e-3);
velocity (0 -3.77 0);
mass 2.08e-3; // sphere mass 0.15 kg, 5 degree wedge
}
#remove __blockMeshDict
// ------------------------------------------------------------------------- //
dimensions [0 1 0 0 0 0 0]; dimensions [0 1 0 0 0 0 0];
@ -44,13 +59,10 @@ boundaryField
sphere sphere
{ {
type sixDoFRigidBodyDisplacement; type sixDoFRigidBodyDisplacement;
centreOfMass (0 $:sphereCentreHeight 0); $/sphereProperties;
momentOfInertia (2e-3 2e-3 2e-3);
velocity (0 -3.77 0);
accelerationRelaxation 1; accelerationRelaxation 1;
accelerationDamping 1; accelerationDamping 1;
mass 2.08e-3; // sphere mass 0.15 kg, 5 degree wedge
// rhoInf -1; // needed only for solvers solving for // rhoInf -1; // needed only for solvers solving for
// kinematic pressure // kinematic pressure
report on; report on;

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -68,7 +68,7 @@ baffles
patchFields patchFields
{ {
${...master.patchFields} ${../../master/patchFields}
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -240,47 +240,32 @@ castellatedMeshControls
shaftRotating shaftRotating
{ {
${../vessel};
level (1 1); level (1 1);
patchInfo
{
${...vessel.patchInfo}
}
} }
shaft shaft
{ {
${../vessel};
level (1 1); level (1 1);
patchInfo
{
${...vessel.patchInfo}
}
} }
sparger sparger
{ {
${../vessel};
level (1 1); level (1 1);
patchInfo
{
${...vessel.patchInfo}
}
} }
stirrer stirrer
{ {
${../vessel};
level (1 1); level (1 1);
patchInfo
{
${...vessel.patchInfo}
}
} }
baffles baffles
{ {
${../vessel};
level (1 1); level (1 1);
patchInfo
{
${...vessel.patchInfo}
}
} }
rotating rotating

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -37,7 +37,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
@ -52,7 +52,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
@ -68,7 +68,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
@ -83,7 +83,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
@ -94,7 +94,7 @@ boundaryConditions
patches (upperWall); patches (upperWall);
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
@ -105,7 +105,7 @@ boundaryConditions
patches (frontAndBack); patches (frontAndBack);
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -40,7 +40,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalCoupledWalls thermalCoupledWalls
@ -56,7 +56,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,7 +34,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
T uniform 500; T uniform 500;
} }
} }
@ -49,7 +49,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalCoupledWalls thermalCoupledWalls
@ -63,7 +63,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -35,7 +35,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalCoupledWalls thermalCoupledWalls
@ -49,7 +49,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -35,7 +35,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalCoupledWalls thermalCoupledWalls
@ -49,7 +49,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 | | \\ / O peration | Version: v2306 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -37,7 +37,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
outlet outlet
@ -51,7 +51,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalWalls thermalWalls
@ -67,7 +67,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
thermalCoupledWalls thermalCoupledWalls
@ -83,7 +83,7 @@ boundaryConditions
} }
values values
{ {
$:initialConditions; $/initialConditions;
} }
} }
} }