View Issue Details

IDProjectCategoryView StatusLast Update
0001816OpenFOAMBugpublic2015-08-07 16:18
Reportergdtech Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSCentos OS Version6.5
Summary0001816: Issue with initial time step in compressible *DyMFoam solvers
DescriptionInitial time step is set based on incompressible courant number :

#include "CourantNo.H"
#include "setInitialDeltaT.H"

and it should be :

#include "compressibleCourantNo.H"
#include "setInitialDeltaT.H"
TagsNo tags attached.

Activities

wyldckat

2015-08-07 14:43

updater   ~0005204

@Henry: "rhoPimpleFoam.C" in OpenFOAM-dev also is using the incompressible implementation, brought in with commit 0acc57e105c62.

henry

2015-08-07 15:14

manager   ~0005206

There are a few more, I am fixing them now.

henry

2015-08-07 15:58

manager   ~0005208

Resolved in OpenFOAM-dev by commit 328c7acf6bb02af0e17312937934d2b560123121

henry

2015-08-07 16:18

manager   ~0005209

Resolved by commit 5f7c84e2275a9dc8713453dcac332703995e97a4

Issue History

Date Modified Username Field Change
2015-08-07 12:28 gdtech New Issue
2015-08-07 14:43 wyldckat Note Added: 0005204
2015-08-07 15:14 henry Note Added: 0005206
2015-08-07 15:58 henry Note Added: 0005208
2015-08-07 16:18 henry Note Added: 0005209
2015-08-07 16:18 henry Status new => resolved
2015-08-07 16:18 henry Resolution open => fixed
2015-08-07 16:18 henry Assigned To => henry