View Issue Details

IDProjectCategoryView StatusLast Update
0001103OpenFOAMBugpublic2020-11-21 20:27
Reportergdtech Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSCentosOS Version5.10
Fixed in Versiondev 
Summary0001103: Issue using fvOptions with moving mesh
DescriptionWhen the mesh is changing, fvOption cell selection is updated multiple times within a time step instead of once. This makes the simulation slower and the stdout unreadable (see attached log files).
Steps To Reproduceadd fvOption :

source1
{
    type fixedTemperatureConstraint;
    active true;
    timeStart 0;
    duration 1.0e-4;
    selectionMode cellSet;
    cellSet ignitionCells;

    fixedTemperatureConstraintCoeffs
    {
        mode uniform;
        temperature 2000;
    }
}

and topoSet :

actions
(
    {
        name ignitionCells;
        type cellSet;
        action new;

        source sphereToCell;
        sourceInfo
        {
            centre ( 0.0 0.05 0.0 );
            radius 0.002;
        }
    }
);

to sprayFoam and sprayEngineFoam cases.
TagsNo tags attached.

Activities

gdtech

2013-12-06 16:16

reporter  

logFiles.zip (5,882 bytes)

henry

2020-11-21 20:27

manager   ~0011719

Resolved by commit b8f9ed8062f4e58005954a084b67d07809061c5a

Issue History

Date Modified Username Field Change
2013-12-06 16:16 gdtech New Issue
2013-12-06 16:16 gdtech File Added: logFiles.zip
2020-11-21 20:27 henry Assigned To => henry
2020-11-21 20:27 henry Status new => resolved
2020-11-21 20:27 henry Resolution open => fixed
2020-11-21 20:27 henry Fixed in Version => dev
2020-11-21 20:27 henry Note Added: 0011719