BUG: scalarTransport: have regIOobject member data
functionObjects only get detroyed when the runTime gets destroyed. So the mesh is already destroyed and we cannot hold e.g. a volScalarField since that will try to 'checkOut' from the objectRegistry(=mesh) upon destruction. Note that we only see this in chtMultiRegionFoam.
Showing
- src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.C 42 additions, 26 deletions...nctionObjects/utilities/scalarTransport/scalarTransport.C
- src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.H 4 additions, 4 deletions...nctionObjects/utilities/scalarTransport/scalarTransport.H
Please register or sign in to comment