ENH: humidityTemperatureCoupledMixed: moved to separate library

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.
This commit is contained in:
mattijs
2015-11-09 14:40:21 +00:00
parent 4caacdddb3
commit 0431b8fbe1
12 changed files with 196 additions and 175 deletions

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libliquidPropertiesFvPatchFields.so");
application chtMultiRegionFoam;
startFrom startTime;

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libliquidPropertiesFvPatchFields.so");
application chtMultiRegionFoam;
startFrom startTime;

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libliquidPropertiesFvPatchFields.so");
application chtMultiRegionFoam;
startFrom startTime;

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libliquidPropertiesFvPatchFields.so");
application chtMultiRegionFoam;
startFrom startTime;

View File

@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libliquidPropertiesFvPatchFields.so");
application chtMultiRegionFoam;
startFrom startTime;