release on 2013-04-08_18-56-48
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
|
||||
@ -26,8 +26,6 @@ FoamFile
|
||||
//===========================================================================//
|
||||
// sub-models & settings
|
||||
|
||||
//ignoreDDTvoidfraction;
|
||||
|
||||
modelType "A"; // A or B
|
||||
|
||||
couplingInterval 100;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -40,3 +40,6 @@ dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
|
||||
@ -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) )
|
||||
|
||||
|
||||
%====================================%
|
||||
|
||||
@ -25,7 +25,7 @@ dimensions [0 0 -1 1 0 0 0];
|
||||
// rho=1
|
||||
// --> Tsource = 1
|
||||
|
||||
internalField uniform 1;
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ FoamFile
|
||||
|
||||
modelType B; // A or B
|
||||
|
||||
couplingInterval 100;
|
||||
couplingInterval 500;
|
||||
|
||||
voidFractionModel divided;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user