release on 2014-04-15_09-22-01

This commit is contained in:
goniva
2014-04-15 09:22:02 +02:00
parent c3cff76891
commit 21934b329c
188 changed files with 1532 additions and 775 deletions

View File

@ -21,15 +21,11 @@ internalField uniform 0;
boundaryField
{
atmosphere
"(inlet|outlet|walls)"
{
type zeroGradient;
value uniform 0;
}
walls
{
type zeroGradient;
}
}

View File

@ -21,7 +21,12 @@ internalField uniform (0 0 0);
boundaryField
{
atmosphere
inlet
{
type fixedValue;
value uniform (0 0 0);
}
outlet
{
type zeroGradient;
value uniform (0 0 0);

View File

@ -21,13 +21,10 @@ internalField uniform (0 0 0);
boundaryField
{
atmosphere
{
type zeroGradient;
}
walls
"(inlet|outlet|walls)"
{
type zeroGradient;
value uniform (0 0 0);
}
}

View File

@ -26,12 +26,18 @@ boundaryField
value uniform 0;
}
atmosphere
inlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
outlet
{
type outletInlet;
outletValue uniform 0;
value uniform 0;
}
}
// ************************************************************************* //

View File

@ -20,12 +20,7 @@ internalField uniform 0;
boundaryField
{
walls
{
type zeroGradient;
}
atmosphere
".*"
{
type zeroGradient;
}

View File

@ -25,18 +25,20 @@ boundaryField
type zeroGradient;
value uniform 0;
}
atmosphere
inlet
{
/* type totalPressure;
type zeroGradient;
value uniform 0;
}
outlet
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;*/
type fixedValue;
value uniform 0;
}
}

View File

@ -20,16 +20,10 @@ internalField uniform 10;
boundaryField
{
walls
"(inlet|outlet|walls)"
{
type zeroGradient;
value uniform 1;
}
atmosphere
{
type zeroGradient;
value uniform 1;
value uniform 10;
}
}

View File

@ -20,19 +20,10 @@ internalField uniform 1;
boundaryField
{
walls
{
type zeroGradient;
}
obstacle
{
type zeroGradient;
}
atmosphere
"(inlet|outlet|walls)"
{
type zeroGradient;
value uniform 1;
}
}

View File

@ -46,9 +46,9 @@ dataExchangeModel twoWayMPI;//twoWayFiles;//oneWayVTK;//
averagingModel dense;//dilute;//
clockModel standardClock;//off; //
clockModel off; //standardClock;//
smoothingModel off; //constDiffSmoothing; //
smoothingModel constDiffSmoothing; //off;//
//useDDTvoidfraction;

View File

@ -30,8 +30,10 @@ vertices
blocks
(
//hex (0 1 2 3 4 5 6 7) (5 25 5) simpleGrading (1 1 1) // regular grid
hex (0 1 2 3 4 5 6 7) (25 25 25) simpleGrading (1 1 1) // irrregular grid
hex (0 1 2 3 4 5 6 7) (5 25 5) simpleGrading (1 1 1) // regular grid
//hex (0 1 2 3 4 5 6 7) (25 125 25) simpleGrading (1 1 1) // irrregular fine grid
//hex (0 1 2 3 4 5 6 7) (25 25 25) simpleGrading (1 1 1) // irrregular coarse grid
//hex (0 1 2 3 4 5 6 7) (10 25 10) simpleGrading (1 1 1) // irrregular grid (ratio 2)
);
edges
@ -40,15 +42,18 @@ edges
patches
(
patch atmosphere
patch inlet
(
(3 7 6 2)
)
patch outlet
(
(1 5 4 0)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
)

View File

@ -85,6 +85,11 @@ solvers
{
$voidfraction
}
Us
{
$voidfraction
}
}
PISO

View File

@ -29,7 +29,7 @@ postproc="false"
#--------------------------------------------------------------------------------#
#- call function to run a parallel CFD-DEM case
parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode
parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode "true"
if [ $runOctave == "true" ]
then