Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.4.x

This commit is contained in:
Henry Weller 2015-08-06 09:23:43 +01:00
commit 699d1a7128
9 changed files with 166 additions and 4 deletions

View file

@ -28,6 +28,12 @@ subsetFeatures
openEdges yes;
}
trimFeatures
{
minElem 0;
minLen 0;
}
writeObj yes;
// ************************************************************************* //

View file

@ -18,4 +18,36 @@ transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 1.5e-05;
BirdCarreauCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
CrossPowerLawCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
powerLawCoeffs
{
nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-03;
nuMin nuMin [ 0 2 -1 0 0 0 0 ] 1e-05;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
HerschelBulkleyCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
tau0 tau0 [ 0 2 -2 0 0 0 0 ] 1;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
// ************************************************************************* //

View file

@ -29,6 +29,12 @@ CAD.obj
openEdges yes;
}
trimFeatures
{
minElem 0;
minLen 0;
}
writeObj yes;
}

View file

@ -18,4 +18,36 @@ transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 1.5e-05;
BirdCarreauCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
CrossPowerLawCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
powerLawCoeffs
{
nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-03;
nuMin nuMin [ 0 2 -1 0 0 0 0 ] 1e-05;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
HerschelBulkleyCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
tau0 tau0 [ 0 2 -2 0 0 0 0 ] 1;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
// ************************************************************************* //

View file

@ -18,4 +18,36 @@ transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 1.5e-05;
BirdCarreauCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
CrossPowerLawCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
powerLawCoeffs
{
nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-03;
nuMin nuMin [ 0 2 -1 0 0 0 0 ] 1e-05;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
HerschelBulkleyCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
tau0 tau0 [ 0 2 -2 0 0 0 0 ] 1;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
// ************************************************************************* //

View file

@ -53,13 +53,21 @@ castellatedMeshControls
<inletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (inlet);
}
}
<outletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (outlet);
}
}
}
}

View file

@ -29,6 +29,12 @@ CAD.obj
openEdges yes;
}
trimFeatures
{
minElem 0;
minLen 0;
}
writeObj yes;
}

View file

@ -18,4 +18,36 @@ transportModel Newtonian;
nu nu [ 0 2 -1 0 0 0 0 ] 1.5e-05;
BirdCarreauCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
CrossPowerLawCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
nuInf nuInf [ 0 2 -1 0 0 0 0 ] 1e-05;
m m [ 0 0 1 0 0 0 0 ] 1;
n n [ 0 0 0 0 0 0 0 ] 0.5;
}
powerLawCoeffs
{
nuMax nuMax [ 0 2 -1 0 0 0 0 ] 1e-03;
nuMin nuMin [ 0 2 -1 0 0 0 0 ] 1e-05;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
HerschelBulkleyCoeffs
{
nu0 nu0 [ 0 2 -1 0 0 0 0 ] 1e-03;
tau0 tau0 [ 0 2 -2 0 0 0 0 ] 1;
k k [ 0 2 -1 0 0 0 0 ] 1e-05;
n n [ 0 0 0 0 0 0 0 ] 1;
}
// ************************************************************************* //

View file

@ -66,13 +66,21 @@ castellatedMeshControls
<inletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (inlet);
}
}
<outletPatch>
{
level (2 2);
patchInfo { type patch; }
patchInfo
{
type patch;
inGroups (outlet);
}
}
}
}