BUG: flameProp tut: work with subsetMesh

This commit is contained in:
mattijs
2013-09-25 09:47:41 +01:00
parent 972bbd35ad
commit 40697fc131
19 changed files with 54 additions and 110 deletions

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0;
type uniformInletOutlet;
uniformInletValue 0;
value uniform 0;
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform ( 0 0 0 0 0 0 );
type uniformInletOutlet;
uniformInletValue ( 0 0 0 0 0 0 );
value uniform ( 0 0 0 0 0 0 );
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform ( 0 0 0 0 0 0 );
type uniformInletOutlet;
uniformInletValue ( 0 0 0 0 0 0 );
value uniform ( 0 0 0 0 0 0 );
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform ( 0 0 0 0 0 0 );
type uniformInletOutlet;
uniformInletValue ( 0 0 0 0 0 0 );
value uniform ( 0 0 0 0 0 0 );
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0;
type uniformInletOutlet;
uniformInletValue 0;
value uniform 0;
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0;
type uniformInletOutlet;
uniformInletValue 0;
value uniform 0;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0.5;
type uniformInletOutlet;
uniformInletValue 0.5;
value uniform 0.5;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 300;
type uniformInletOutlet;
uniformInletValue 300;
value uniform 300;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 300;
type uniformInletOutlet;
uniformInletValue 300;
value uniform 300;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform ( 0 0 0 );
type uniformInletOutlet;
uniformInletValue ( 0 0 0 );
value uniform ( 0 0 0 );
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 1;
type uniformInletOutlet;
uniformInletValue 1;
value uniform 1;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 1;
type uniformInletOutlet;
uniformInletValue 1;
value uniform 1;
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 1;
type uniformInletOutlet;
uniformInletValue 1;
value uniform 1;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0.1;
type uniformInletOutlet;
uniformInletValue 0.1;
value uniform 0.1;
}
ground

View File

@ -1,56 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 2 -3 0 0 0 0 ];
internalField uniform 0.1;
boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0.1;
value uniform 0.1;
}
ground
{
type compressible::epsilonWallFunction;
value uniform 0.1;
}
blockedFaces
{
type compressible::epsilonWallFunction;
value uniform 0.1;
}
baffleWall
{
type compressible::epsilonWallFunction;
value uniform 1e-05;
}
baffleCyclic_half0
{
type cyclic;
}
baffleCyclic_half1
{
type cyclic;
}
}
// ************************************************************************* //

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 0.0623;
type uniformInletOutlet;
uniformInletValue 0.0623;
value uniform 0.0623;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 1.5;
type uniformInletOutlet;
uniformInletValue 1.5;
value uniform 1.5;
}
ground

View File

@ -23,8 +23,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform 1.5;
type uniformInletOutlet;
uniformInletValue 1.5;
value uniform 1.5;
}
ground

View File

@ -8052,8 +8052,8 @@ boundaryField
{
outer
{
type inletOutlet;
inletValue uniform ( 0 0 0 0 0 0 );
type uniformInletOutlet;
uniformInletValue ( 0 0 0 0 0 0 );
value uniform ( 0 0 0 0 0 0 );
}
ground