fix post-processing of ErgunTest cases for OpenFOAM 4.0

fix number of headerlines expected in probe files for ErgunTestCG,
ErgunTestMPI_cgs and ErgunTestMPI_restart
This commit is contained in:
danielque
2016-12-13 16:44:35 +01:00
parent e17e68abcb
commit 6e71533e60
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ rhoG = 10 % density in kg/m3
%path = '../probes/0/p';
path = '../postProcessing/probes/0/p';
columns=22;
headerlines=4;
headerlines=23;
data = loaddata(path,columns,headerlines);
data=transpose(data);
[x,y]=size(data)

View File

@ -9,7 +9,7 @@ rhoG = 10 % density in kg/m3
%path = '../probes/0/p'; % 2.1.x
path = '../postProcessing/probes/0/p'; % 2.2.x
columns=22;
headerlines=23;%4;
headerlines=23;
data = loaddata(path,columns,headerlines);
data=transpose(data);
[x,y]=size(data)

View File

@ -9,7 +9,7 @@ rhoG = 0.01 % density in g/cm3
%path = '../probes/0/p'; % 2.1.x
path = '../postProcessing/probes/0/p'; % 2.2.x
columns=22;
headerlines=4;
headerlines=23;
data = loaddata(path,columns,headerlines);
data=transpose(data);
[x,y]=size(data)

View File

@ -9,7 +9,7 @@ rhoG = 10 % density in kg/m3
%path = '../probes/0/p'; % 2.1.x
path = '../postProcessing/probes/0/p'; % 2.2.x
columns=22;
headerlines=4;
headerlines=23;
data = loaddata(path,columns,headerlines);
data=transpose(data);
[x,y]=size(data)
@ -23,7 +23,7 @@ t_sim = data(:,1);
%path = '../probes/0.05/p'; % 2.1.x
path = '../postProcessing/probes/0.05/p'; % 2.2.x
columns=22;
headerlines=4;
headerlines=23;
data = loaddata(path,columns,headerlines);
data=transpose(data);
[x,y]=size(data)