Skip to content
Snippets Groups Projects
  1. Nov 12, 2015
  2. Nov 11, 2015
  3. Nov 10, 2015
  4. Nov 09, 2015
    • mattijs's avatar
      BUG: scalarTransport: have regIOobject member data · 5899ae6b
      mattijs authored
      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.
      5899ae6b
    • mattijs's avatar
      ENH: humidityTemperatureCoupledMixed: moved to separate library · 132c5f0b
      mattijs authored
      This bc was in compressible turbulence library which made it dependent
      on liquidProperties. It was moved to a separate library since it is only
      used in a single tutorial.
      132c5f0b