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
caff5576
Commit
caff5576
authored
Jul 09, 2009
by
henry
Browse files
Reinstated "application" entry in controlDict.
Upgraded 1.4 cases to 1.5.
parent
92c973d6
Changes
104
Hide whitespace changes
Inline
Side-by-side
tutorials/DNS/dnsFoam/boxTurb16/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application dnsFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/basic/laplacianFoam/flange/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application laplacianFoam;
startFrom latestTime;
startTime 0;
...
...
tutorials/basic/potentialFoam/cylinder/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application potentialFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/basic/potentialFoam/pitzDaily/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application potentialFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/basic/scalarTransportFoam/pitzDaily/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application scalarTransportFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/combustion/XiFoam/les/pitzDaily/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application XiFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/combustion/XiFoam/les/pitzDaily3D/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application XiFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application XiFoam;
startFrom latestTime;
startTime 0;
...
...
tutorials/combustion/dieselFoam/aachenBomb/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application dieselFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom latestTime;
startTime 0;
...
...
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom latestTime;
startTime 0.005;
...
...
tutorials/compressible/rhoCentralFoam/forwardStep/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoCentralFoam/obliqueShock/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoCentralFoam/shockTube/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoCentralFoam/wedge15Ma5/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoPimpleFoam/angledDuct/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoPimpleFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoPisoFoam/les/pitzDaily/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoPisoFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoPisoFoam/ras/cavity/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoPisoFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoPorousSimpleFoam;
startFrom startTime;
startTime 0;
...
...
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/controlDict
View file @
caff5576
...
...
@@ -15,6 +15,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoPorousSimpleFoam;
startFrom startTime;
startTime 0;
...
...
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