Merge pull request #37 from ParticulateFlow/feature/cleanUp

Feature/clean up
This commit is contained in:
Daniel
2018-02-26 09:02:33 +01:00
committed by GitHub
12 changed files with 29 additions and 160 deletions

View File

@ -33,7 +33,7 @@ couplingInterval 100;
voidFractionModel divided;//centre;//
locateModel engine;//turboEngineM2M;//
locateModel engine;//turboEngine;//
meshMotionModel noMeshMotion;
@ -49,7 +49,7 @@ averagingModel dense;//dilute;//
clockModel off;//standardClock;//
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(
@ -61,7 +61,6 @@ forceModels
GidaspowDrag
//Archimedes
//volWeightedAverage
//totalMomentumExchange
particleCellVolume
);
@ -75,14 +74,6 @@ turbulenceModelType "turbulenceProperties";
//===========================================================================//
// sub-model properties
localPSizeDiffSmoothingProps
{
lowerLimit 0.1;
upperLimit 1e10;
dSmoothingLength 1.5e-3;
Csmoothing 1.0;
}
constDiffSmoothingProps
{
lowerLimit 0.1;
@ -132,13 +123,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose true;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
verbose true;

View File

@ -35,7 +35,7 @@ couplingInterval 100;
voidFractionModel divided;//centre;//
locateModel engine;//turboEngineM2M;//
locateModel engine;//turboEngine;//
meshMotionModel noMeshMotion;
@ -51,7 +51,7 @@ averagingModel dense;//dilute;//
clockModel standardClock;//off;
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(
@ -61,11 +61,8 @@ forceModels
gradPForce
viscForce
KochHillDrag
//DEMbasedDrag
//RongDrag
//Archimedes
//volWeightedAverage
//totalMomentumExchange
//particleCellVolume
//fieldTimeAverage
);
@ -80,14 +77,6 @@ turbulenceModelType "turbulenceProperties";//"LESProperties";//
//===========================================================================//
// sub-model properties
localPSizeDiffSmoothingProps
{
lowerLimit 0.1;
upperLimit 1e10;
dSmoothingLength 1.5e-3;
Csmoothing 1.0;
}
constDiffSmoothingProps
{
lowerLimit 0.1;
@ -132,13 +121,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose true;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
verbose true;
@ -148,11 +131,6 @@ GidaspowDragProps
interpolation true;
phi 1;
}
DEMbasedDragProps
{
velFieldName "U";
voidfractionFieldName "voidfraction";
}
DiFeliceDragProps
{
@ -192,17 +170,6 @@ BeetstraDragProps
// verbose true;
}
RongDragProps
{
verbose true;
velFieldName "U";
voidfractionFieldName "voidfraction";
interpolation true;
implForceDEM true;
implForceDEMaccumulated true;
granVelFieldName "Us";
}
virtualMassForceProps
{
velFieldName "U";
@ -248,12 +215,9 @@ engineProps
treeSearch true;
}
turboEngineM2MProps
turboEngineProps
{
turboEngineProps
{
treeSearch true;
}
treeSearch true;
}
dividedProps

View File

@ -44,7 +44,6 @@ set group all density 2000
# cfd coupling
fix cfd all couple/cfd couple_every 100 mpi
fix cfd2 all couple/cfd/force/implicit
#fix cfd2 all couple/cfd/force/accumulator RongDrag 10 1.5e-3
#fix cfd2 all couple/cfd/force/implicit/accumulated #CrankNicolson 0.5
# apply nve integration to all particles that are inserted as single particles

View File

@ -32,7 +32,7 @@ couplingInterval 100;
voidFractionModel divided;
locateModel engine;//turboEngineM2M;//
locateModel engine;//turboEngine;//
meshMotionModel noMeshMotion;
@ -59,7 +59,6 @@ forceModels
viscForce
//Archimedes
//volWeightedAverage
//totalMomentumExchange
);
momCoupleModels
@ -109,13 +108,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
velFieldName "U";
@ -159,12 +152,9 @@ engineProps
treeSearch true;
}
turboEngineM2MProps
turboEngineProps
{
turboEngineProps
{
treeSearch true;
}
treeSearch true;
}
dividedProps

View File

@ -48,7 +48,7 @@ averagingModel dense;//dilute;//
clockModel standardClock;//off;//
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(
@ -60,7 +60,6 @@ forceModels
viscForce
//Archimedes
//volWeightedAverage
//totalMomentumExchange
//particleCellVolume
);
@ -74,14 +73,6 @@ turbulenceModelType "turbulenceProperties";
//===========================================================================//
// sub-model properties
localPSizeDiffSmoothingProps
{
lowerLimit 0.1;
upperLimit 1e10;
dSmoothingLength 1.5e-3;
Csmoothing 1.0;
}
constDiffSmoothingProps
{
lowerLimit 0.1;
@ -126,13 +117,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
verbose;

View File

@ -48,7 +48,7 @@ averagingModel dense;//dilute;//
clockModel standardClock;//off;
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(
@ -60,7 +60,6 @@ forceModels
viscForce
//Archimedes
//volWeightedAverage
//totalMomentumExchange
//particleCellVolume
);
@ -74,14 +73,6 @@ turbulenceModelType "turbulenceProperties";
//===========================================================================//
// sub-model properties
localPSizeDiffSmoothingProps
{
lowerLimit 0.1;
upperLimit 1e10;
dSmoothingLength 1.5e-3;
Csmoothing 1.0;
}
constDiffSmoothingProps
{
lowerLimit 0.1;
@ -126,13 +117,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
verbose;

View File

@ -51,7 +51,7 @@ averagingModel dense;
clockModel off;
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(

View File

@ -35,7 +35,7 @@ couplingInterval 25;
voidFractionModel divided;//centre;//
locateModel engine;//turboEngineM2M;//
locateModel engine;//turboEngine;//
meshMotionModel noMeshMotion;
@ -51,7 +51,7 @@ averagingModel dense;//dilute;//
clockModel standardClock;//off;
smoothingModel off;// localPSizeDiffSmoothing;// constDiffSmoothing; //
smoothingModel off;// constDiffSmoothing; //
forceModels
(
@ -61,11 +61,8 @@ forceModels
gradPForce
viscForce
//KochHillDrag
//DEMbasedDrag
//RongDrag
//Archimedes
//volWeightedAverage
//totalMomentumExchange
//particleCellVolume
//fieldTimeAverage
);
@ -102,14 +99,6 @@ SyamlalThermCondProps
{
}
localPSizeDiffSmoothingProps
{
lowerLimit 0.1;
upperLimit 1e10;
dSmoothingLength 1.5e-3;
Csmoothing 1.0;
}
constDiffSmoothingProps
{
lowerLimit 0.1;
@ -154,13 +143,7 @@ volWeightedAverageProps
lowerThreshold 0;
verbose true;
}
totalMomentumExchangeProps
{
implicitMomExFieldName "Ksl";
explicitMomExFieldName "none";
fluidVelFieldName "U";
granVelFieldName "Us";
}
GidaspowDragProps
{
verbose true;
@ -170,11 +153,6 @@ GidaspowDragProps
interpolation true;
phi 1;
}
DEMbasedDragProps
{
velFieldName "U";
voidfractionFieldName "voidfraction";
}
DiFeliceDragProps
{
@ -214,17 +192,6 @@ BeetstraDragProps
// verbose true;
}
RongDragProps
{
verbose true;
velFieldName "U";
voidfractionFieldName "voidfraction";
interpolation true;
implForceDEM true;
implForceDEMaccumulated true;
granVelFieldName "Us";
}
virtualMassForceProps
{
velFieldName "U";
@ -270,12 +237,9 @@ engineProps
treeSearch true;
}
turboEngineM2MProps
turboEngineProps
{
turboEngineProps
{
treeSearch true;
}
treeSearch true;
}
dividedProps

View File

@ -32,7 +32,7 @@ couplingInterval 10;
voidFractionModel divided;
locateModel engine;//turboEngineM2M;//
locateModel engine;//turboEngine;//
meshMotionModel noMeshMotion;
@ -195,12 +195,9 @@ engineProps
treeSearch true;
}
turboEngineM2MProps
turboEngineProps
{
turboEngineProps
{
treeSearch true;
}
treeSearch true;
}
dividedProps