GIT: Initial state after latest Foundation merge

This commit is contained in:
Andrew Heather
2016-09-20 14:49:08 +01:00
4571 changed files with 115696 additions and 74609 deletions

View File

@ -9,7 +9,6 @@ application=$(getApplication)
runApplication blockMesh
runApplication $application
runApplication foamCalc components U
runApplication sample
runApplication -s sample postProcess -func sample
#------------------------------------------------------------------------------

View File

@ -45,5 +45,9 @@ timePrecision 6;
runTimeModifiable true;
functions
{
#includeFunc components(U)
}
// ************************************************************************* //

View File

@ -11,10 +11,13 @@ FoamFile
format ascii;
class dictionary;
location "system";
object sampleDict;
object sample;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type sets;
libs ("libsampling.so");
interpolationScheme cellPoint;
setFormat raw;