Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
237f20b0
Commit
237f20b0
authored
Jun 21, 2018
by
Mark Olesen
Browse files
TUT: tab removal
parent
73fbed1c
Changes
29
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes
View file @
237f20b0
...
...
@@ -31,16 +31,16 @@ divSchemes
laplacianSchemes
{
default none;
//laplacian(K,T) Gauss linear uncorrected;
laplacian(kappa,T) Gauss harmonic uncorrected;
laplacian(thermo:alpha,h) Gauss harmonic uncorrected;
default none;
//laplacian(K,T) Gauss linear uncorrected;
laplacian(kappa,T) Gauss harmonic uncorrected;
laplacian(thermo:alpha,h) Gauss harmonic uncorrected;
}
interpolationSchemes
{
default linear;
//default none;
default linear;
//default none;
}
snGradSchemes
...
...
tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/nut
View file @
237f20b0
...
...
@@ -14,7 +14,7 @@ FoamFile
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 2 -1 0 0 0 0 ];
internalField uniform 0;
...
...
@@ -41,5 +41,4 @@ boundaryField
}
}
// ************************************************************************* //
tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI/constant/turbulenceProperties
View file @
237f20b0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
...
...
tutorials/combustion/reactingFoam/laminar/counterFlowFlame2D_GRI_TDAC/constant/turbulenceProperties
View file @
237f20b0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
...
...
tutorials/incompressible/pimpleFoam/LES/vortexShed/system/fvSolution
View file @
237f20b0
...
...
@@ -59,7 +59,7 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
transonic no;
consistent
no;
consistent
no;
}
relaxationFactors
...
...
tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/0.orig/alpha.water
View file @
237f20b0
...
...
@@ -38,7 +38,7 @@ boundaryField
sides
{
type empty;
type empty;
}
top
...
...
tutorials/multiphase/interFoam/laminar/waveExampleCnoidal/system/controlDict
View file @
237f20b0
...
...
@@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
...
...
@@ -65,6 +66,7 @@ functions
interpolationScheme cellPoint;
setFormat raw;
sets
(
line1
...
...
@@ -115,7 +117,7 @@ functions
start ( 10.0 0.005 0.0 );
end ( 10.0 0.005 0.8 );
nPoints 1001;
}
}
line7
{
type uniform;
...
...
@@ -123,7 +125,7 @@ functions
start ( 12.0 0.005 0.0 );
end ( 12.0 0.005 0.8 );
nPoints 1001;
}
}
line8
{
type uniform;
...
...
tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/0.orig/U
View file @
237f20b0
...
...
@@ -35,11 +35,11 @@ boundaryField
sides1
{
type slip;
type slip;
}
sides2
{
type slip;
type slip;
}
ground
...
...
tutorials/multiphase/interFoam/laminar/waveExampleIrregularMultiDirection/system/controlDict
View file @
237f20b0
...
...
@@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
...
...
@@ -62,10 +63,10 @@ functions
writeControl writeTime;
writeInterval 1;
interpolationScheme cellPoint;
setFormat raw;
sets
(
interpolationScheme cellPoint;
setFormat raw;
sets
(
line1
{
...
...
@@ -77,7 +78,9 @@ functions
}
);
fixedLocations false;
fields
(
U alpha.water
...
...
tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/U
View file @
237f20b0
...
...
@@ -35,7 +35,7 @@ boundaryField
sides
{
type empty;
type empty;
}
ground
...
...
tutorials/multiphase/interFoam/laminar/waveExampleSolitary/0.orig/alpha.water
View file @
237f20b0
...
...
@@ -38,7 +38,7 @@ boundaryField
sides
{
type empty;
type empty;
}
top
...
...
tutorials/multiphase/interFoam/laminar/waveExampleSolitary/system/controlDict
View file @
237f20b0
...
...
@@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
...
...
@@ -115,7 +116,7 @@ functions
start ( 9.0 0.01 0.0 );
end ( 9.0 0.01 1.5 );
nPoints 1001;
}
}
);
fixedLocations false;
...
...
tutorials/multiphase/interFoam/laminar/waveExampleSolitaryGrimshaw/system/controlDict
View file @
237f20b0
...
...
@@ -48,9 +48,10 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.4;
maxAlphaCo 0.4;
maxDeltaT 0.01;
maxDeltaT 0.01;
functions
{
...
...
@@ -63,6 +64,7 @@ functions
interpolationScheme cellPoint;
setFormat raw;
sets
(
s1
...
...
@@ -99,7 +101,7 @@ functions
start ( 4.645 0.275 0.0 );
end ( 4.645 0.275 0.5 );
nPoints 101;
}
}
s5
{
...
...
@@ -108,7 +110,7 @@ functions
start ( 5.2 0.275 0.0 );
end ( 5.2 0.275 0.5 );
nPoints 101;
}
}
s6
{
...
...
@@ -126,13 +128,13 @@ functions
start ( 6.15 0.275 0.0 );
end ( 6.15 0.275 0.5 );
nPoints 101;
}
}
);
fixedLocations false;
fields (alpha.water);
}
}
}
// ************************************************************************* //
tutorials/multiphase/interFoam/laminar/waveExampleSolitaryMcCowan/system/controlDict
View file @
237f20b0
...
...
@@ -48,9 +48,10 @@ runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.4;
maxAlphaCo 0.4;
maxDeltaT 0.01;
maxDeltaT 0.01;
functions
{
...
...
@@ -63,6 +64,7 @@ functions
interpolationScheme cellPoint;
setFormat raw;
sets
(
s1
...
...
@@ -99,7 +101,7 @@ functions
start ( 4.645 0.275 0.0 );
end ( 4.645 0.275 0.5 );
nPoints 101;
}
}
s5
{
...
...
@@ -108,7 +110,7 @@ functions
start ( 5.2 0.275 0.0 );
end ( 5.2 0.275 0.5 );
nPoints 101;
}
}
s6
{
...
...
@@ -126,13 +128,14 @@ functions
start ( 6.15 0.275 0.0 );
end ( 6.15 0.275 0.5 );
nPoints 101;
}
}
);
fixedLocations false;
fields (alpha.water);
}
}
}
// ************************************************************************* //
tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/U
View file @
237f20b0
...
...
@@ -35,7 +35,7 @@ boundaryField
sides
{
type empty;
type empty;
}
ground
...
...
tutorials/multiphase/interFoam/laminar/waveExampleStokesI/0.orig/alpha.water
View file @
237f20b0
...
...
@@ -38,7 +38,7 @@ boundaryField
sides
{
type empty;
type empty;
}
top
...
...
tutorials/multiphase/interFoam/laminar/waveExampleStokesI/system/controlDict
View file @
237f20b0
...
...
@@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
...
...
@@ -115,7 +116,7 @@ functions
start ( 10.0 0.02 0.0 );
end ( 10.0 0.02 0.75 );
nPoints 1001;
}
}
line7
{
type uniform;
...
...
@@ -123,7 +124,7 @@ functions
start ( 12.0 0.005 0.0 );
end ( 12.0 0.005 0.75 );
nPoints 1001;
}
}
line8
{
type uniform;
...
...
tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/U
View file @
237f20b0
...
...
@@ -35,7 +35,7 @@ boundaryField
sides
{
type empty;
type empty;
}
ground
...
...
tutorials/multiphase/interFoam/laminar/waveExampleStokesII/0.orig/alpha.water
View file @
237f20b0
...
...
@@ -38,7 +38,7 @@ boundaryField
sides
{
type empty;
type empty;
}
top
...
...
tutorials/multiphase/interFoam/laminar/waveExampleStokesII/system/controlDict
View file @
237f20b0
...
...
@@ -48,6 +48,7 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment