View Issue Details

IDProjectCategoryView StatusLast Update
0001706OpenFOAMBugpublic2015-05-25 10:40
Reporteruser1149Assigned Tohenry  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSDebianOS VersionWheezy
Summary0001706: Mistake in the tutorial "combustion/reactingFoam/ras/counterFlowFlame2D"
DescriptionMistake in the tutorial file "tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2" in line 14: " object O2;".
This line should contain: " object N2;".
TagsNo tags attached.

Activities

user1149

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;
    }
}


// ************************************************************************* //
N2 (1,312 bytes)   

henry

2015-05-25 10:40

manager   ~0004802

Resolved by commit 6181eecda53a143616529954045163758324942d

Issue History

Date Modified Username Field Change
2015-05-25 08:28 user1149 New Issue
2015-05-25 08:28 user1149 File Added: N2
2015-05-25 10:40 henry Note Added: 0004802
2015-05-25 10:40 henry Status new => resolved
2015-05-25 10:40 henry Resolution open => fixed
2015-05-25 10:40 henry Assigned To => henry