/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { Box { type fixedValue; value uniform (0 0 0); } Porte { type fixedValue; value uniform (0 0 0); } Foyer { type fixedValue; value uniform (0 0 0); } Bruleur { type flowRateInletVelocity; massFlowRate table ( (0 0.0003571429) (50 0.0006976744) (143 0.001) (243 0.0011) (593 0.0011416667) (943 0.00115) (1018 0.0015) (1068 0.0016) (1118 0.0015) (1168 0.0013) (1218 0.0006) (1268 0.0002) (1343 0.0001) (1443 0) ) //value uniform (0 0 0); rho rho; rhoInlet 1; } Bruleur0 { type flowRateInletVelocity; massFlowRate table ( (0 0.0003571429) (50 0.0006976744) (143 0.001) (243 0.0011) (593 0.0011416667) (943 0.00115) (1018 0.0015) (1068 0.0016) (1118 0.0015) (1168 0.0013) (1218 0.0006) (1268 0.0002) (1343 0.0001) (1443 0) ) value uniform (0 0 0); rho rho; rhoInlet 1; } } // ************************************************************************* //