View Issue Details

IDProjectCategoryView StatusLast Update
0000103OpenFOAMBugpublic2011-01-07 16:21
Reporteruser93Assigned Tohenry  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSFedoraOS Version11
Summary0000103: Compressible Smagorinsky asks for k where incompressible does not
DescriptionThe compressible Smagorinsky turbulence model asks for k at the start of the simulation, where the incompressible does not. The source is the file GenEddyVisc.C, the base class, where k has to be read (MUST_READ). The implementation of the incompressibel model differs, so k is not asked.
TagsNo tags attached.

Activities

henry

2010-12-08 12:33

manager   ~0000169

If it is important that the compressible Smagorinsky model does not require the k field we can plan to reorganize the compressible LES models to conform to this requirement.

user93

2010-12-08 12:43

  ~0000170

It was just confusing to me as I did not expect this. In my understanding, Smagorinsky does not need k. Neither in incompressible nor compressible case. So, if possible and if it does not affect the calculation, the reorganization should be performed.
Regards, Georg

henry

2011-01-07 16:21

manager   ~0000205

I have just completed this reorganisation in our development line and it will be included in our next release.

Issue History

Date Modified Username Field Change
2010-12-08 10:34 user93 New Issue
2010-12-08 12:33 henry Note Added: 0000169
2010-12-08 12:33 henry Assigned To => henry
2010-12-08 12:33 henry Status new => feedback
2010-12-08 12:43 user93 Note Added: 0000170
2010-12-08 12:43 user93 Status feedback => assigned
2011-01-07 16:21 henry Note Added: 0000205
2011-01-07 16:21 henry Status assigned => resolved
2011-01-07 16:21 henry Resolution open => fixed