Skip to content
GitLab
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
16a63791
Commit
16a63791
authored
Jun 26, 2018
by
Andrew Heather
Browse files
TUT: Cleaned up headers
parent
ddd176bc
Changes
103
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/XiDyMFoam/oscillatingCylinder/0/nut
View file @
16a63791
...
...
@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object
m
ut;
object
n
ut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/0/pyrolysisRegion/char
View file @
16a63791
...
...
@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0/pyrolysisRegion";
object
Y
char;
object char;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/constant/pyrolysisZones
View file @
16a63791
...
...
@@ -11,7 +11,7 @@ FoamFile
format binary;
class dictionary;
location "constant";
object pyrolysis
Properti
es;
object pyrolysis
Zon
es;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/H2O
View file @
16a63791
...
...
@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object H2;
object H2
O
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/nut
View file @
16a63791
...
...
@@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object
m
ut;
object
n
ut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/combustion/reactingFoam/RAS/chockedNozzle/0/H2O
View file @
16a63791
...
...
@@ -11,8 +11,9 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object H2;
object H2
O
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 0 0 0 0 0 0 ];
...
...
tutorials/compressible/rhoCentralDyMFoam/movingCone/0/pointMotionUx
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class pointScalarField;
object pointMotionU;
object pointMotionU
x
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/0/nut
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object
m
ut;
object
n
ut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/extrudeMeshDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object extrude
Properties
;
object extrude
MeshDict
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoPimpleFoam/RAS/aerofoilNACA0012/system/fvOptions
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object
porousZone
;
object
fvOptions
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/constant/caseSettings
View file @
16a63791
...
...
@@ -10,8 +10,8 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "";
object caseS
ummary
;
location "
constant
";
object caseS
ettings
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/0/nut
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object
m
ut;
object
n
ut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/extrudeMeshDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object extrude
Properties
;
object extrude
MeshDict
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/rhoSimpleFoam/aerofoilNACA0012/system/fvOptions
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object
porousZone
;
object
fvOptions
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/compressible/sonicDyMFoam/movingCone/0/pointMotionUx
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class pointScalarField;
object pointMotionU;
object pointMotionU
x
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdInitialiseDict
View file @
16a63791
...
...
@@ -10,9 +10,8 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object m
olConfig
Dict;
object m
dInitialise
Dict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Euler angles, expressed in degrees as phi, theta, psi, see
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/potentialDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object potential
s
;
object potential
Dict
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/mdInitialiseDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object m
olConfig
Dict;
object m
dInitialise
Dict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/potentialDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object potential
s
;
object potential
Dict
;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/mdInitialiseDict
View file @
16a63791
...
...
@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
object m
olConfig
Dict;
object m
dInitialise
Dict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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