View Issue Details

IDProjectCategoryView StatusLast Update
0002209OpenFOAMBugpublic2016-08-23 13:28
Reporterwangmuyang Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0002209: Time update error
DescriptionI attached the new solver and my case. I have implemented the phase change algorithm into the compressibleInterFoam and I just changed the mycompressibleInterFoam.C, alphaEqns.H, and pEqn.H. Also, the options under make file is changed accordingly. The compline is OK. The case is wrong and it seems that the time is not update.
TagsNo tags attached.

Activities

wangmuyang

2016-08-23 13:14

reporter  

wangmuyang

2016-08-23 13:21

reporter  

0.tar.gz (1,253 bytes)

wangmuyang

2016-08-23 13:21

reporter  

1.1368804e-06.tar.gz (1,287 bytes)

wangmuyang

2016-08-23 13:23

reporter  

system.tar.gz (1,655 bytes)

wangmuyang

2016-08-23 13:24

reporter  

constant_1.tar.gz (1,291 bytes)

wangmuyang

2016-08-23 13:26

reporter  

boundary (1,554 bytes)   
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.0                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    INLET
    {
        type            patch;
        nFaces          99;
        startFace       479793;
    }
    OUTLET
    {
        type            patch;
        nFaces          99;
        startFace       479892;
    }
    WALLS
    {
        type            wall;
        inGroups        1(wall);
        nFaces          4872;
        startFace       479991;
    }
    SYM
    {
        type            empty;
        inGroups        1(wall);
        nFaces          241164;
        startFace       484863;
    }
    SYM_2
    {
        type            empty;
        inGroups        1(wall);
        nFaces          241164;
        startFace       726027;
    }
)

// ************************************************************************* //
boundary (1,554 bytes)   

wangmuyang

2016-08-23 13:26

reporter  

cellZones (877 bytes)   
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.0                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       regIOobject;
    location    "constant/polyMesh";
    object      cellZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

0
()

// ************************************************************************* //
cellZones (877 bytes)   

wangmuyang

2016-08-23 13:27

reporter  

faceZones (877 bytes)   
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.0                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       regIOobject;
    location    "constant/polyMesh";
    object      faceZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

0
()

// ************************************************************************* //
faceZones (877 bytes)   

henry

2016-08-23 13:28

manager   ~0006723

This is a user support request not a bug report for which this platform was designed.

Issue History

Date Modified Username Field Change
2016-08-23 13:12 wangmuyang New Issue
2016-08-23 13:14 wangmuyang File Added: mycompressibleInterFoam.tar.gz
2016-08-23 13:21 wangmuyang File Added: 0.tar.gz
2016-08-23 13:21 wangmuyang File Added: 1.1368804e-06.tar.gz
2016-08-23 13:23 wangmuyang File Added: system.tar.gz
2016-08-23 13:24 wangmuyang File Added: constant_1.tar.gz
2016-08-23 13:26 wangmuyang File Added: boundary
2016-08-23 13:26 wangmuyang File Added: cellZones
2016-08-23 13:27 wangmuyang File Added: faceZones
2016-08-23 13:28 henry Note Added: 0006723
2016-08-23 13:28 henry Status new => closed
2016-08-23 13:28 henry Assigned To => henry
2016-08-23 13:28 henry Resolution open => no change required