From dc6f4ab34c6027c2b2b635b89d0060dbf4928df7 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 5 Nov 2021 09:57:09 +0000 Subject: [PATCH] tutorials/combustion/coldEngineFoam/freePiston: Removed pending the completion of the rewrite of engineMesh --- .../combustion/coldEngineFoam/freePiston/0/T | 50 ----------- .../combustion/coldEngineFoam/freePiston/0/U | 50 ----------- .../coldEngineFoam/freePiston/0/air | 50 ----------- .../coldEngineFoam/freePiston/0/alphat | 50 ----------- .../coldEngineFoam/freePiston/0/epsilon | 50 ----------- .../freePiston/0/include/boundaryConditions | 69 --------------- .../freePiston/0/include/caseSettings | 27 ------ .../combustion/coldEngineFoam/freePiston/0/k | 50 ----------- .../coldEngineFoam/freePiston/0/nut | 50 ----------- .../combustion/coldEngineFoam/freePiston/0/p | 50 ----------- .../freePiston/constant/engineGeometry | 28 ------ .../coldEngineFoam/freePiston/constant/g | 20 ----- .../freePiston/constant/include/thermo.air | 21 ----- .../freePiston/constant/momentumTransport | 28 ------ .../freePiston/constant/physicalProperties | 37 -------- .../freePiston/system/blockMeshDict | 86 ------------------- .../freePiston/system/controlDict | 50 ----------- .../freePiston/system/fvSchemes | 65 -------------- .../freePiston/system/fvSolution | 61 ------------- 19 files changed, 892 deletions(-) delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/T delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/U delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/air delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/alphat delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/epsilon delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/include/caseSettings delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/k delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/nut delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/0/p delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/constant/engineGeometry delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/constant/g delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/constant/include/thermo.air delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/constant/momentumTransport delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/constant/physicalProperties delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/system/blockMeshDict delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/system/controlDict delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/system/fvSchemes delete mode 100644 tutorials/combustion/coldEngineFoam/freePiston/system/fvSolution diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/T b/tutorials/combustion/coldEngineFoam/freePiston/0/T deleted file mode 100644 index 8f044f8d46..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/T +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform $include/caseSettings!internalField/T; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/T; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/U b/tutorials/combustion/coldEngineFoam/freePiston/0/U deleted file mode 100644 index 582a08a9ec..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/U +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform $include/caseSettings!internalField/U; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/U; - } - - cylinderHead - { - $liner; - } - - piston - { - $include/caseSettings!piston/U; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/air b/tutorials/combustion/coldEngineFoam/freePiston/0/air deleted file mode 100644 index a2f756837f..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/air +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object air; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 1; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/p; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat b/tutorials/combustion/coldEngineFoam/freePiston/0/alphat deleted file mode 100644 index 55c9b73148..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object alphat; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/alphat; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon b/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon deleted file mode 100644 index 1b24d3afe5..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/epsilon +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -3 0 0 0 0]; - -internalField uniform $include/caseSettings!internalField/epsilon; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/epsilon; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions b/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions deleted file mode 100644 index 60cb0df90e..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/include/boundaryConditions +++ /dev/null @@ -1,69 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object boundaryConditions; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -wall -{ - p - { - type zeroGradient; - } - - U - { - type fixedValue; - value uniform (0 0 0); - } - - T - { - type zeroGradient; - } - - k - { - type kqRWallFunction; - value uniform $!internalField/k; - } - - epsilon - { - type epsilonWallFunction; - value uniform $!internalField/epsilon; - } - - nut - { - type nutkWallFunction; - value uniform 0; - } - - alphat - { - type compressible::alphatWallFunction; - Prt 0.85; - value uniform 0; - } -} - -piston -{ - U - { - type movingWallVelocity; - value uniform (0 0 0); - } -} - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/include/caseSettings b/tutorials/combustion/coldEngineFoam/freePiston/0/include/caseSettings deleted file mode 100644 index 7bd81aa828..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/include/caseSettings +++ /dev/null @@ -1,27 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object caseSettings; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -internalField -{ - U (0 0 0); - epsilon 5.70e-5; - k 2.40e-5; - T 350; - p 1e5; -} - -#include "boundaryConditions" - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/k b/tutorials/combustion/coldEngineFoam/freePiston/0/k deleted file mode 100644 index 31f99e827f..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/k +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform $include/caseSettings!internalField/k; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/k; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/nut b/tutorials/combustion/coldEngineFoam/freePiston/0/nut deleted file mode 100644 index bc1da9b862..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/nut +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object nut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/nut; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/p b/tutorials/combustion/coldEngineFoam/freePiston/0/p deleted file mode 100644 index e068985770..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/p +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format binary; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform $include/caseSettings!internalField/p; - -boundaryField -{ - back - { - type wedge; - } - - front - { - $back; - } - - liner - { - $include/caseSettings!wall/p; - } - - cylinderHead - { - $liner; - } - - piston - { - $liner; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/engineGeometry b/tutorials/combustion/coldEngineFoam/freePiston/constant/engineGeometry deleted file mode 100644 index 423a303ca1..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/engineGeometry +++ /dev/null @@ -1,28 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object engineGeometry; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -engineMesh layered; - -engineType freePiston; - -pistonPositionTime table -( - (0 0.13) - (0.020 0.013) -); - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/g b/tutorials/combustion/coldEngineFoam/freePiston/constant/g deleted file mode 100644 index bf67fe74a5..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/g +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class uniformDimensionedVectorField; - location "constant"; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value (0 0 0); - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/include/thermo.air b/tutorials/combustion/coldEngineFoam/freePiston/constant/include/thermo.air deleted file mode 100644 index f2dad8a6c0..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/include/thermo.air +++ /dev/null @@ -1,21 +0,0 @@ -air -{ - specie - { - nMoles 1; - molWeight 28.9596; - } - thermodynamics - { - Tlow 200; - Thigh 3500; - Tcommon 1000; - highCpCoeffs ( 3.57304 -7.24383e-04 1.67022e-06 -1.26501e-10 -4.20580e-13 -1047.41 3.12431 ); - lowCpCoeffs ( 3.09589 1.22835e-03 -4.14267e-07 6.56910e-11 -3.87021e-15 -983.191 5.34161 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/momentumTransport b/tutorials/combustion/coldEngineFoam/freePiston/constant/momentumTransport deleted file mode 100644 index f19a553d8e..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/momentumTransport +++ /dev/null @@ -1,28 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object momentumTransport; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType RAS; - -RAS -{ - model kEpsilon; - - turbulence on; - - printCoeffs on; -} - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/physicalProperties b/tutorials/combustion/coldEngineFoam/freePiston/constant/physicalProperties deleted file mode 100644 index 9b494be049..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/physicalProperties +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type hePsiThermo; - mixture multiComponentMixture; - transport sutherland; - thermo janaf; - equationOfState perfectGas; - specie specie; - energy sensibleInternalEnergy; -} - -species -( - air -); - -defaultSpecie air; - -#include "include/thermo.air" - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/system/blockMeshDict b/tutorials/combustion/coldEngineFoam/freePiston/system/blockMeshDict deleted file mode 100644 index a84e6c5387..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/system/blockMeshDict +++ /dev/null @@ -1,86 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - (0 0 0) - (0.05 -0.000872753 0) - (0.05 0.000872753 0) - (0 0 0.13) - (0.05 -0.000872753 0.13) - (0.05 0.000872753 0.13) -); - -blocks -( - hex (0 1 2 0 3 4 5 3) (50 1 130) simpleGrading (1 1 1) -); - -boundary -( - front - { - type wedge; - faces - ( - (0 1 4 3) - ); - } - back - { - type wedge; - faces - ( - (0 3 5 2) - ); - } - piston - { - type wall; - faces - ( - (0 2 1 0) - ); - } - cylinderHead - { - type wall; - faces - ( - (3 4 5 3) - ); - } - axis - { - type empty; - faces - ( - (0 3 3 0) - ); - } - liner - { - type wall; - faces - ( - (1 2 5 4) - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/system/controlDict b/tutorials/combustion/coldEngineFoam/freePiston/system/controlDict deleted file mode 100644 index 47ce468bfe..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/system/controlDict +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application coldEngineFoam; - -startFrom startTime; - -startTime 0; - -stopAt endTime; - -endTime 0.03; - -deltaT 5.0e-7; - -writeControl adjustableRunTime; - -writeInterval 0.001; - -purgeWrite 0; - -writeFormat binary; - -writePrecision 6; - -writeCompression off; - -timeFormat general; - -timePrecision 8; - -runTimeModifiable true; - -adjustTimeStep yes; - -maxCo 0.25; - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/system/fvSchemes b/tutorials/combustion/coldEngineFoam/freePiston/system/fvSchemes deleted file mode 100644 index 8a96398281..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/system/fvSchemes +++ /dev/null @@ -1,65 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - - div(phi,U) Gauss linearUpwind grad(U); - div(phi,e) Gauss linearUpwind grad(e); - - div(phi,(p|rho)) Gauss linear; - div(phi,K) Gauss linear; - div(meshPhi,p) Gauss linear; - - div(phi,k) Gauss upwind; - div(phi,epsilon) Gauss upwind; - - div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - -fluxRequired -{ - default no; - p; -} - -// ************************************************************************* // diff --git a/tutorials/combustion/coldEngineFoam/freePiston/system/fvSolution b/tutorials/combustion/coldEngineFoam/freePiston/system/fvSolution deleted file mode 100644 index 9daac3536b..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/system/fvSolution +++ /dev/null @@ -1,61 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "rho.*" - { - solver diagonal; - } - - p - { - solver PCG; - preconditioner DIC; - tolerance 1e-6; - relTol 0.1; - } - - pFinal - { - $p; - relTol 0; - } - - "(U|e|k|epsilon)" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-5; - relTol 0.1; - } - - "(U|e|k|epsilon)Final" - { - $U; - relTol 0; - } -} - -PIMPLE -{ - nCorrectors 2; - nNonOrthogonalCorrectors 1; - momentumPredictor yes; -} - - -// ************************************************************************* //