Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions cases/70lltu12/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ignored stuff
*.gz
log.*
postProcessing
*~
processor*
[0-9]*
[0-9]*.[0-9]*
!0.org
constant/extendedFeatureEdgeMesh
*.eMesh
constant/polyMesh/*
constant/cellToRegion
*.OpenFOAM

# force keep
!constant/polyMesh/blockMeshDict
!constant/boundaryData/**/[0-9]*
!constant/boundaryData/**/[0-9]*.[0-9]*
18 changes: 5 additions & 13 deletions cases/UNIGUE/70LLTU/K1/0/U → cases/70lltu12/0.org/U
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ boundaryField
type timeVaryingMappedFixedValue;
offset (0 0 0);
setAverage off;
//mapMethod nearest;
}

CB
Expand All @@ -47,21 +46,14 @@ boundaryField
value uniform (0 0 0);
}

frontAndBack
front
{
type empty;
}
back
{
type empty;
}

// Upper
// {
// type slip;
// }

// Lower
// {
// type slip;
// }


}

Expand Down
6 changes: 5 additions & 1 deletion cases/UNIGUE/70LLTU/R1/0/k → cases/70lltu12/0.org/k
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ boundaryField
value uniform 1e-10;
}

frontAndBack
front
{
type empty;
}

back
{
type empty;
}
}

// ************************************************************************* //
21 changes: 5 additions & 16 deletions cases/UNIGUE/70LLTU/R1/0/nut → cases/70lltu12/0.org/nut
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,11 @@ boundaryField
value $internalField;
}


// Upper
// {
// type calculated;
// value $internalField;
// }

// Lower
// {
// type calculated;
// value $internalField;
// }



frontAndBack
front
{
type empty;
}
back
{
type empty;
}
Expand Down
18 changes: 6 additions & 12 deletions cases/UNIGUE/70LLTU/R1/0/omega → cases/70lltu12/0.org/omega
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,15 @@ boundaryField
type omegaWallFunction;
value $internalField;
}
frontAndBack

front
{
type empty;
}
back
{
type empty;
}


// Upper
// {
// type zeroGradient;
// }

// Lower
// {
// type zeroGradient;
// }

}

Expand Down
22 changes: 9 additions & 13 deletions cases/UNIGUE/70LLTU/K1/0/p → cases/70lltu12/0.org/p
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ boundaryField
{
BA
{
type fixedFluxPressure;
//type fixedFluxPressure;
type zeroGradient;
}

CB
Expand All @@ -39,23 +40,18 @@ boundaryField

AD
{
type zeroGradient;
type zeroGradient;
//type fixedFluxPressure;
}

frontAndBack
front
{
type empty;
}
back
{
type empty;
}

// Upper
// {
// type zeroGradient;
// }

// Lower
// {
// type zeroGradient;
// }

}

Expand Down
61 changes: 61 additions & 0 deletions cases/70lltu12/constant/boundaryData/BA/0/k
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
58
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is exp data from S. Kubacki, if not (e.g. output of some function) - please remove

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is exp data.

(
0.000039
0.000039
0.000085
0.000085
0.000086
0.000086
0.000126
0.000126
0.000222
0.000222
0.000334
0.000334
0.000526
0.000526
0.000738
0.000738
0.000918
0.000918
0.001200
0.001200
0.001430
0.001430
0.001660
0.001660
0.001850
0.001850
0.001990
0.001990
0.002450
0.002450
0.002760
0.002760
0.002900
0.002900
0.002850
0.002850
0.003310
0.003310
0.003650
0.003650
0.004250
0.004250
0.005430
0.005430
0.005450
0.005450
0.004940
0.004940
0.003890
0.003890
0.003990
0.003990
0.003910
0.003910
0.004020
0.004020
0.004200
0.004200
)
61 changes: 61 additions & 0 deletions cases/70lltu12/constant/boundaryData/BA/0/omega
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
58
(
4860000.000000
4860000.000000
1160000.000000
1160000.000000
472000.000000
472000.000000
233000.000000
233000.000000
124000.000000
124000.000000
67800.000000
67800.000000
36500.000000
36500.000000
18600.000000
18600.000000
9170.000000
9170.000000
4360.000000
4360.000000
1970.000000
1970.000000
889.000000
889.000000
406.000000
406.000000
198.000000
198.000000
133.000000
133.000000
92.300000
92.300000
67.500000
67.500000
60.700000
60.700000
54.600000
54.600000
48.300000
48.300000
37.600000
37.600000
39.900000
39.900000
43.500000
43.500000
70.500000
70.500000
62.300000
62.300000
67.500000
67.500000
61.400000
61.400000
68.800000
68.800000
77.700000
77.700000
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ FoamFile

transportModel Newtonian;

nu 1.5e-5;
nu 1.4607346938e-5;

// ************************************************************************* //
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ simulationType RAS;

RAS
{
RASModel kOmegaSSTLM;
RASModel AlgKOmega;

turbulence on;

delta cubeRootVol;
printCoeffs on;
}

Expand Down
Loading