Repairing tutorial cases on windows.

This commit is contained in:
Robert Keser 2017-04-17 15:18:03 +02:00
parent 75c66b113f
commit 1f5e031f9c
115 changed files with 892 additions and 40 deletions

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application dieselFoam;
startFrom startTime;

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application engineFoam;
startFrom startTime;

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application engineFoam;
startFrom startTime;

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application engineFoam;
startFrom startTime;

View file

@ -17,6 +17,7 @@ FoamFile
libs
(
"libcompressibleLESModels.so"
"liblduSolvers.so"
)
application fireFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application reactingFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application dbnsFASTurbFoam;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
)
application realFluidPisoFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
)
application realFluidPisoFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
)
application realFluidPisoFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
)
application realFluidPisoFoam;
startFrom latestTime;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels"
"liblduSolvers.so"
)
application rhoPimpleFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleLESModels.so"
"liblduSolvers.so"
)
application rhoPisoFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application rhoPisoFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application rhoPorousMRFPimpleFoam;

View file

@ -1 +0,0 @@
../angledDuctImplicit/0

View file

@ -0,0 +1,55 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField uniform 293;
boundaryField
{
front
{
type zeroGradient;
}
back
{
type zeroGradient;
}
wall
{
type zeroGradient;
}
porosityWall
{
type zeroGradient;
}
inlet
{
type fixedValue;
value $internalField;
}
outlet
{
type inletOutlet;
value $internalField;
inletValue $internalField;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,58 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
front
{
type fixedValue;
value uniform (0 0 0);
}
back
{
type fixedValue;
value uniform (0 0 0);
}
wall
{
type fixedValue;
value uniform (0 0 0);
}
porosityWall
{
type slip;
value uniform (0 0 0);
}
inlet
{
type flowRateInletVelocity;
flowRate 0.1;
value uniform (0 0 0);
}
outlet
{
type inletOutlet;
value uniform (0 0 0);
inletValue uniform (0 0 0);
}
}
// ************************************************************************* //

View file

@ -0,0 +1,57 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
front
{
type alphatWallFunction;
value uniform 0;
}
back
{
type alphatWallFunction;
value uniform 0;
}
wall
{
type alphatWallFunction;
value uniform 0;
}
porosityWall
{
type alphatWallFunction;
value uniform 0;
}
inlet
{
type calculated;
value uniform 0;
}
outlet
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,64 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 2 -3 0 0 0 0 ];
internalField uniform 200;
boundaryField
{
front
{
type compressible::epsilonWallFunction;
value uniform 200;
}
back
{
type compressible::epsilonWallFunction;
value uniform 200;
}
wall
{
type compressible::epsilonWallFunction;
value uniform 200;
}
porosityWall
{
type compressible::epsilonWallFunction;
value uniform 200;
}
inlet
{
type compressible::turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;
value uniform 200;
}
outlet
{
type inletOutlet;
inletValue uniform 200;
value uniform 200;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,64 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 2 -2 0 0 0 0 ];
internalField uniform 1;
boundaryField
{
front
{
type compressible::kqRWallFunction;
value uniform 1;
}
back
{
type compressible::kqRWallFunction;
value uniform 1;
}
wall
{
type compressible::kqRWallFunction;
value uniform 1;
}
porosityWall
{
type compressible::kqRWallFunction;
value uniform 1;
}
inlet
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.05;
value uniform 1;
}
outlet
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,62 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class volScalarField;
location "0";
object mut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 1 -1 -1 0 0 0 0 ];
internalField uniform 0;
boundaryField
{
front
{
type mutWallFunction;
value uniform 0;
}
back
{
type mutWallFunction;
value uniform 0;
}
wall
{
type mutWallFunction;
value uniform 0;
}
porosityWall
{
type mutWallFunction;
value uniform 0;
}
inlet
{
type calculated;
value uniform 0;
}
outlet
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,52 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 1.0e5;
boundaryField
{
front
{
type zeroGradient;
}
back
{
type zeroGradient;
}
wall
{
type zeroGradient;
}
porosityWall
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value $internalField;
}
}
// ************************************************************************* //

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoPorousSimpleFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoPorousSimpleFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoPorousSimpleFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoPorousSimpleFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoSonicFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhoSonicFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhopSonicFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application rhopSonicFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application steadyUniversalMRFFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application conjugateHeatFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application conjugateHeatSimpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application conjugateHeatSimpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application electrostaticFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application simpleFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application financialFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application boussinesqBuoyantFoam;
startFrom startTime;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleRASModels.so"
"liblduSolvers.so"
)
application buoyantBoussinesqPisoFoam;

View file

@ -15,6 +15,10 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application buoyantBoussinesqSimpleFoam;
startFrom latestTime;

View file

@ -15,7 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs ("libparMetisDecomp.so");
libs
(
"libparMetisDecomp.so"
"liblduSolvers.so"
)
application buoyantBoussinesqSimpleFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application buoyantPisoFoam;

View file

@ -14,6 +14,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleRASModels.so"
"liblduSolvers.so"
)
application buoyantSimpleFoam;
startFrom latestTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application buoyantSimpleRadiationFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application buoyantSimpleRadiationFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application buoyantSimpleRadiationFoam;
startFrom latestTime;

View file

@ -83,6 +83,23 @@ runApplicationAndReportOnError ()
# We force the display of a stack trace if we encounter problems
export FOAM_ABORT=1
# Symbolic links don't work on MS Windows so we make real copies
if [ "$WM_OSTYPE" = "MSWindows" ]
then
echo "MSWindows detected -> we need to recreate symbolic links which will be actual copies of orginal files (MSWin does not support symbolic links)"
# Symbolic links for topAir
ln -sf "$PWD/constant/bottomAir/thermophysicalProperties" "$PWD/constant/topAir/thermophysicalProperties"
ln -sf "$PWD/constant/bottomAir/g" "$PWD/constant/topAir/g"
ln -sf "$PWD/constant/bottomAir/turbulenceProperties" "$PWD/constant/topAir/turbulenceProperties"
ln -sf "$PWD/system/bottomAir/fvSolution" "$PWD/system/topAir/fvSolution"
ln -sf "$PWD/system/bottomAir/fvSchemes" "$PWD/system/topAir/fvSchemes"
# Symbolic links for leftSolid
ln -sf "$PWD/system/heater/fvSchemes" "$PWD/system/leftSolid/fvSchemes"
ln -sf "$PWD/system/heater/fvSolution" "$PWD/system/leftSolid/fvSolution"
# Symbolic links for rightSolid
ln -sf "$PWD/system/heater/fvSchemes" "$PWD/system/rightSolid/fvSchemes"
ln -sf "$PWD/system/heater/fvSolution" "$PWD/system/rightSolid/fvSolution"
fi
rm -rf constant/polyMesh/sets
runApplicationAndReportOnError blockMesh
runApplicationAndReportOnError setSet -batch makeCellSets.setSet

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application chtFoam;
startFrom latestTime;

View file

@ -32,6 +32,20 @@ do
changeDictionary -region $i > log.changeDictionary.$i 2>&1
done
# Symbolic links don't work on MS Windows so we make real copies
if [ "$WM_OSTYPE" = "MSWindows" ]
then
echo "MSWindows detected -> we need to recreate symbolic links which will be actual copies of orginal files (MSWin does not support symbolic links)"
# Symbolic links for bottomAir
ln -sf "$PWD/system/topAir/fvSolution" "$PWD/system/bottomAir/fvSolution"
ln -sf "$PWD/system/topAir/fvSchemes" "$PWD/system/bottomAir/fvSchemes"
# Symbolic links for leftSolid
ln -sf "$PWD/system/heater/fvSchemes" "$PWD/system/leftSolid/fvSchemes"
ln -sf "$PWD/system/heater/fvSolution" "$PWD/system/leftSolid/fvSolution"
# Symbolic links for rightSolid
ln -sf "$PWD/system/heater/fvSchemes" "$PWD/system/rightSolid/fvSchemes"
ln -sf "$PWD/system/heater/fvSolution" "$PWD/system/rightSolid/fvSolution"
fi
#-- Run on single processor
runApplication chtMultiRegionSimpleFoam

View file

@ -15,6 +15,10 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application chtMultiRegionSimpleFoam;
startFrom startTime;

View file

@ -14,12 +14,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libimmersedBoundaryTurbulence.so"
"liblduSolvers.so"
)
application simpleIbFoam;
startFrom startTime;
@ -54,6 +48,7 @@ libs
(
"libimmersedBoundary.so"
"libimmersedBoundaryTurbulence.so"
"liblduSolvers.so"
);
functions

View file

@ -54,6 +54,7 @@ libs
"libdynamicFvMesh.so"
"libimmersedBoundary.so"
"libimmersedBoundaryDynamicFvMesh.so"
"liblduSolvers.so"
);

View file

@ -49,7 +49,11 @@ adjustTimeStep no;
maxCo 0.2;
libs ( "libimmersedBoundary.so");
libs
(
"libimmersedBoundary.so"
"liblduSolvers.so"
);
// functions
// (

View file

@ -14,12 +14,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
"libimmersedBoundaryTurbulence.so"
)
application simpleIbFoam;
startFrom startTime;
@ -54,6 +48,7 @@ libs
(
"libimmersedBoundary.so"
"libimmersedBoundaryTurbulence.so"
"liblduSolvers.so"
);
functions

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application porousSimpleFoam;
startFrom startTime;

View file

@ -14,7 +14,7 @@ runApplication blockMesh
runApplication refineImmersedBoundaryMesh -ibCellCellFaces
\rm -rf constant/polyMesh
\mv 0/polyMesh constant/polyMesh/
\mv 0/polyMesh constant/polyMesh
\rm -rf 0
\mkdir 0

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application icoDyMFoam;
startFrom startTime;

View file

@ -16,7 +16,7 @@ runApplication blockMesh
runApplication refineSphereMesh
\rm -rf constant/polyMesh
\mv 0/polyMesh constant/polyMesh/
\mv 0/polyMesh constant/polyMesh
\rm -rf 0
\mkdir 0

View file

@ -52,6 +52,7 @@ maxCo 0.2;
libs
(
"libimmersedBoundary.so"
"liblduSolvers.so"
);
functions

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application MRFSimpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application boundaryFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
// Foam Application Class
application boundaryFoam;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application channelOodles;
startFrom startTime;

View file

@ -17,6 +17,7 @@ FoamFile
libs
(
"libtopoChangerFvMesh.so"
"liblduSolvers.so"
)
application icoDyMFoam;

View file

@ -17,6 +17,7 @@ FoamFile
libs
(
"libscotchDecomp.so"
"liblduSolvers.so"
)
application icoDyMFoam;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application icoFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application icoFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application nonNewtonianIcoFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application pUCoupledFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application pimpleDyMFoam;
startFrom startTime;

View file

@ -24,8 +24,9 @@ cd ../wingMotion2D_pimpleDyMFoam
\cp -r 0.org 0
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
mv 0/pointDisplacement.unmapped 0/pointDisplacement
runApplication decomposePar
runParallel pimpleDyMFoam 3
runApplication reconstructPar
runApplication pimpleDyMFoam
#runApplication decomposePar
#runParallel pimpleDyMFoam 2
#runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file

View file

@ -49,7 +49,11 @@ adjustTimeStep yes;
maxCo 0.9;
libs ("libforces.so");
libs
(
"libforces.so"
"liblduSolvers.so"
);
functions
{

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libincompressibleRASModels.so"
"liblduSolvers.so"
);
application pimpleFoam;
startFrom startTime;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleLESModels.so"
"liblduSolvers.so"
)
application pisoFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleLESModels.so"
"liblduSolvers.so"
)
application pisoFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleRASModels.so"
"liblduSolvers.so"
)
application pisoFoam;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application shallowWaterFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application simpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application simpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application simpleFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application simpleSRFFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application simpleSRFFoam;
startFrom startTime;

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libcompressibleLESModels.so"
"liblduSolvers.so"
);
application coalChemistryFoam;
startFrom latestTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application icoLagrangianFoam;
startFrom firstTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application porousExplicitSourceReactingParcelFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
startFoam startTime;
startTime 0;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
startFoam latestTime;
startTime 0;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application reactingParcelFoam;
startFrom startTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application rhoPisoTwinParcelFoam;
startFrom latestTime;

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application MRFInterFoam;
startFrom startTime;

View file

@ -14,6 +14,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
);
application bubbleFoam;
startFrom startTime;

View file

@ -18,7 +18,8 @@ FoamFile
libs
(
"libincompressibleLESModels.so"
)
"liblduSolvers.so"
);
application cavitatingFoam;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleLESModels.so"
"liblduSolvers.so"
)
application cavitatingFoam;

View file

@ -17,6 +17,7 @@ FoamFile
libs
(
"libincompressibleRASModels.so"
"liblduSolvers.so"
)
startFrom latestTime;

View file

@ -56,6 +56,7 @@ libs
"libincompressibleRASModels.so"
"libfvMotionSolver.so"
"libforces.so"
"liblduSolvers.so"
);

View file

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"liblduSolvers.so"
)
application interFoam;
startFrom startTime;

View file

@ -24,8 +24,14 @@ while [ "$i" -lt 3 ] ; do
cp system/cellSetDict.${i} system/cellSetDict
runApplication cellSet
runRefineMesh
cp -r 1e-08/polyMesh/* constant/polyMesh
rm -rf 1e-08
if [ "$WM_OSTYPE" = "MSWindows" ]
then
cp -r 1e-008/polyMesh/* constant/polyMesh
rm -rf 1e-008
else
cp -r 1e-08/polyMesh/* constant/polyMesh
rm -rf 1e-08
fi
i=`expr $i + 1`
done
cp constant/polyMesh/boundary.org constant/polyMesh/boundary

View file

@ -15,6 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
libs
(
"libincompressibleLESModels.so"
"liblduSolvers.so"
);
application interFoam;
startFrom latestTime;

View file

@ -18,6 +18,7 @@ FoamFile
libs
(
"libincompressibleRASModels.so"
"liblduSolvers.so"
)
application interFoam;

Some files were not shown because too many files have changed in this diff Show more