mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote branch 'OpenCFD/master' into olesenm
Conflicts: src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -10,35 +10,38 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volSymmTensorField;
|
||||
location "0";
|
||||
object R;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
dimensions [ 0 2 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform (0 0 0 0 0 0);
|
||||
internalField uniform ( 0 0 0 0 0 0 );
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -10,37 +10,40 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
location "0";
|
||||
object U;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
dimensions [ 0 1 -1 0 0 0 0 ];
|
||||
|
||||
internalField uniform (0 0 0);
|
||||
internalField uniform ( 0 0 0 );
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
|
||||
upperWall
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -3 0 0 0 0];
|
||||
dimensions [ 0 2 -3 0 0 0 0 ];
|
||||
|
||||
internalField uniform 1e-08;
|
||||
|
||||
@ -31,15 +31,18 @@ boundaryField
|
||||
type epsilonWallFunction;
|
||||
value uniform 1e-08;
|
||||
}
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 1e-08;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
dimensions [ 0 2 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform 1e-10;
|
||||
|
||||
@ -31,179 +31,18 @@ boundaryField
|
||||
type kqRWallFunction;
|
||||
value uniform 1e-10;
|
||||
}
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
value nonuniform List<scalar>
|
||||
160
|
||||
(
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
1e-10
|
||||
)
|
||||
;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,43 +1,3 @@
|
||||
-0.049375 1e-05
|
||||
-0.048125 1e-05
|
||||
-0.046875 1e-05
|
||||
-0.045625 1e-05
|
||||
-0.044375 1e-05
|
||||
-0.043125 1e-05
|
||||
-0.041875 1e-05
|
||||
-0.040625 1e-05
|
||||
-0.039375 1e-05
|
||||
-0.038125 1e-05
|
||||
-0.036875 1e-05
|
||||
-0.035625 1e-05
|
||||
-0.034375 1e-05
|
||||
-0.033125 1e-05
|
||||
-0.031875 1e-05
|
||||
-0.030625 1e-05
|
||||
-0.029375 1e-05
|
||||
-0.028125 1e-05
|
||||
-0.026875 1e-05
|
||||
-0.025625 1e-05
|
||||
-0.024375 1e-05
|
||||
-0.023125 1e-05
|
||||
-0.021875 1e-05
|
||||
-0.020625 1e-05
|
||||
-0.019375 1e-05
|
||||
-0.018125 1e-05
|
||||
-0.016875 1e-05
|
||||
-0.015625 1e-05
|
||||
-0.014375 1e-05
|
||||
-0.013125 1e-05
|
||||
-0.011875 1e-05
|
||||
-0.010625 1e-05
|
||||
-0.009375 1e-05
|
||||
-0.008125 1e-05
|
||||
-0.006875 1e-05
|
||||
-0.005625 1e-05
|
||||
-0.004375 1e-05
|
||||
-0.003125 1e-05
|
||||
-0.001875 1e-05
|
||||
-0.000625 1e-05
|
||||
0.000625 1e-05
|
||||
0.001875 1e-05
|
||||
0.003125 1e-05
|
||||
@ -78,3 +38,43 @@
|
||||
0.046875 1e-05
|
||||
0.048125 1e-05
|
||||
0.049375 1e-05
|
||||
0.050625 1e-05
|
||||
0.051875 1e-05
|
||||
0.053125 1e-05
|
||||
0.054375 1e-05
|
||||
0.055625 1e-05
|
||||
0.056875 1e-05
|
||||
0.058125 1e-05
|
||||
0.059375 1e-05
|
||||
0.060625 1e-05
|
||||
0.061875 1e-05
|
||||
0.063125 1e-05
|
||||
0.064375 1e-05
|
||||
0.065625 1e-05
|
||||
0.066875 1e-05
|
||||
0.068125 1e-05
|
||||
0.069375 1e-05
|
||||
0.070625 1e-05
|
||||
0.071875 1e-05
|
||||
0.073125 1e-05
|
||||
0.074375 1e-05
|
||||
0.075625 1e-05
|
||||
0.076875 1e-05
|
||||
0.078125 1e-05
|
||||
0.079375 1e-05
|
||||
0.080625 1e-05
|
||||
0.081875 1e-05
|
||||
0.083125 1e-05
|
||||
0.084375 1e-05
|
||||
0.085625 1e-05
|
||||
0.086875 1e-05
|
||||
0.088125 1e-05
|
||||
0.089375 1e-05
|
||||
0.090625 1e-05
|
||||
0.091875 1e-05
|
||||
0.093125 1e-05
|
||||
0.094375 1e-05
|
||||
0.095625 1e-05
|
||||
0.096875 1e-05
|
||||
0.098125 1e-05
|
||||
0.099375 1e-05
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -10,35 +10,38 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object nuTilda;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -1 0 0 0 0];
|
||||
dimensions [ 0 2 -1 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -1 0 0 0 0];
|
||||
dimensions [ 0 2 -1 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
@ -31,15 +31,18 @@ boundaryField
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
4
|
||||
5
|
||||
(
|
||||
lowerWall
|
||||
{
|
||||
@ -29,12 +29,19 @@ FoamFile
|
||||
nFaces 1;
|
||||
startFace 80;
|
||||
}
|
||||
frontBack
|
||||
frontBack_half0
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 160;
|
||||
nFaces 80;
|
||||
startFace 81;
|
||||
featureCos 0.9;
|
||||
neighbourPatch frontBack_half1;
|
||||
}
|
||||
frontBack_half1
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 80;
|
||||
startFace 161;
|
||||
neighbourPatch frontBack_half0;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user