View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001913 | OpenFOAM | Bug | public | 2015-11-13 11:56 | 2015-11-13 14:34 |
Reporter | AndreasG | Assigned To | henry | ||
Priority | low | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Summary | 0001913: steadyStateDdtScheme::fvcDdtUfCorr(...) returning wrong dimensions | ||||
Description | steadyStateDdtScheme<Type>::fvcDdtUfCorr ( const GeometricField<Type, fvPatchField, volMesh>& U, const GeometricField<Type, fvsPatchField, surfaceMesh>& Uf ) should return a correction to the flux per time. Therefore the dimensions of the returned field should be mesh().Sf().dimensions()*Uf.dimensions()/dimTime and not mesh().Sf().dimensions()*Uf.dimensions()*dimArea/dimTime to be consistent with other ddtSchemes (src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C:297) | ||||
Steps To Reproduce | Run any pimpleDyMFoam case with steadyState ddtScheme instead of any other scheme | ||||
Tags | No tags attached. | ||||