View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001706 | OpenFOAM | Bug | public | 2015-05-25 08:28 | 2015-05-25 10:40 |
Reporter | Assigned To | henry | |||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Debian | OS Version | Wheezy |
Summary | 0001706: Mistake in the tutorial "combustion/reactingFoam/ras/counterFlowFlame2D" | ||||
Description | Mistake in the tutorial file "tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2" in line 14: " object O2;". This line should contain: " object N2;". | ||||
Tags | No tags attached. | ||||
2015-05-25 08:28
|
N2 (1,312 bytes)
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object O2; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 1; boundaryField { fuel { type fixedValue; value uniform 0.0; } air { type fixedValue; value uniform 0.77; } outlet { type inletOutlet; inletValue uniform 1; value uniform 1; } frontAndBack { type empty; } } // ************************************************************************* // |
|
Resolved by commit 6181eecda53a143616529954045163758324942d |