release on 2013-04-08_18-56-48

This commit is contained in:
goniva
2013-04-08 18:56:48 +02:00
parent ed43e52cad
commit 097b38b17b
17 changed files with 153 additions and 67 deletions

View File

@ -1,2 +1,3 @@
dummyfile
dummyfile
dummyfile

View File

@ -26,8 +26,6 @@ FoamFile
//===========================================================================//
// sub-models & settings
//ignoreDDTvoidfraction;
modelType "A"; // A or B
couplingInterval 100;

View File

@ -23,13 +23,13 @@ startTime 0;
stopAt endTime;
endTime 0.1;//0.1;
endTime 0.1;
deltaT 0.0005;
writeControl adjustableRunTime;
writeInterval 0.001;
writeInterval 0.01;
purgeWrite 0;

View File

@ -40,3 +40,6 @@ dummyfile
dummyfile
dummyfile
dummyfile
dummyfile
dummyfile
dummyfile

View File

@ -9,7 +9,7 @@ path = '../../DEM/post/velocity.txt';
data = load(path);
U_sim = data(:,2:4);
t_sim = data(:,1);
fprintf('final velociy of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
fprintf('final velocity of sim = %f/%f/%f m/s\n',U_sim(length(U_sim(:,1)),1),U_sim(length(U_sim(:,1)),2),U_sim(length(U_sim(:,1)),3) )
%====================================%

View File

@ -25,7 +25,7 @@ dimensions [0 0 -1 1 0 0 0];
// rho=1
// --> Tsource = 1
internalField uniform 1;
internalField uniform 0;
boundaryField
{

View File

@ -28,7 +28,7 @@ FoamFile
modelType B; // A or B
couplingInterval 100;
couplingInterval 500;
voidFractionModel divided;

View File

@ -23,13 +23,13 @@ startTime 0;
stopAt endTime;
endTime 1;
endTime 1.0;
deltaT 0.001;
deltaT 0.005;
writeControl adjustableRunTime;
writeInterval 0.01;
writeInterval 0.1;
purgeWrite 0;

View File

@ -39,7 +39,7 @@ divSchemes
div((nuEff*dev(grad(U).T()))) Gauss linear;
div((viscousTerm*dev(grad(U).T()))) Gauss linear;
div((nu*dev(grad(U).T()))) Gauss linear;
div(phi,T) Gauss upwind; //limitedLinear 1;
div(phi,T) Gauss limitedLinear 1; //Gauss upwind; //
}
laplacianSchemes