Bugfix: tutorial settings update: liquidFilmFoam/cylinder
This commit is contained in:
parent
3b58c76017
commit
a843cbb843
3 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ FoamFile
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
edgeLabels List<label>
|
edgeLabels List<label>
|
||||||
30
|
30
|
||||||
(
|
(
|
||||||
4020
|
4020
|
||||||
|
@ -60,7 +60,7 @@ FoamFile
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
edgeLabels List<label>
|
edgeLabels List<label>
|
||||||
30
|
30
|
||||||
(
|
(
|
||||||
3929
|
3929
|
||||||
|
@ -100,7 +100,7 @@ FoamFile
|
||||||
side
|
side
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
edgeLabels List<label>
|
edgeLabels List<label>
|
||||||
60
|
60
|
||||||
(
|
(
|
||||||
3940
|
3940
|
||||||
|
@ -170,7 +170,7 @@ FoamFile
|
||||||
symmetry
|
symmetry
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type symmetryPlane;
|
||||||
edgeLabels List<label>
|
edgeLabels List<label>
|
||||||
60
|
60
|
||||||
(
|
(
|
||||||
3891
|
3891
|
||||||
|
@ -240,7 +240,7 @@ FoamFile
|
||||||
cylinder
|
cylinder
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
edgeLabels List<label>
|
edgeLabels List<label>
|
||||||
40
|
40
|
||||||
(
|
(
|
||||||
3890
|
3890
|
||||||
|
@ -289,5 +289,4 @@ FoamFile
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
@ -15,6 +15,7 @@ FoamFile
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
2000
|
2000
|
||||||
(
|
(
|
||||||
4110
|
4110
|
||||||
|
|
|
@ -28,7 +28,7 @@ startTime 0;
|
||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 10;
|
endTime 0.5;
|
||||||
|
|
||||||
deltaT 0.0002;
|
deltaT 0.0002;
|
||||||
|
|
||||||
|
|
Reference in a new issue