mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
From Niklas Nordin:
New fuels are iso/n-propanol and urea. Although urea is a bit dodgy, but that's all of the properties Ive found so far. I've also added a variation of temperature instead of constant temperature for some injector-classes so Im sending you the new version of the dieselFoam tutorial also.
This commit is contained in:
@ -25,7 +25,6 @@ FoamFile
|
||||
diameter 0.00019;
|
||||
Cd 0.9;
|
||||
mass 6e-06;
|
||||
temperature 320;
|
||||
nParcels 5000;
|
||||
|
||||
X
|
||||
@ -67,6 +66,14 @@ FoamFile
|
||||
(0.00120833 5.1737)
|
||||
(0.00125 3.9213)
|
||||
);
|
||||
|
||||
temperatureProfile
|
||||
(
|
||||
(0.0 320.0)
|
||||
(0.00125 320.0)
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
commonRailInjectorProps
|
||||
|
||||
@ -1,27 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class polyBoundaryMesh;
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
1
|
||||
(
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 19762;
|
||||
startFace 494419;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user