mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: updated more tutorials
This commit is contained in:
7
TODO
7
TODO
@ -85,15 +85,16 @@ OK - grep for size()/2
|
||||
OK - incompressible/boundaryFoam/boundaryWallFunctionsProfile
|
||||
OK - needs createBaffles. incompressible/pimpleFoam/t-junction-with-fan
|
||||
OK - incompressible/simpleSRFFoam/mixer
|
||||
needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
|
||||
OK - needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
|
||||
needs special coupledbcs. lagrangian/reactingParcelFilmFoam/multipleBoxes
|
||||
|
||||
|
||||
OK - createBaffles
|
||||
|
||||
- have foamUpgradeCyclics split 'value' field
|
||||
- createBaffles
|
||||
- activeBaffleVelocity
|
||||
- kivaToFoam/readKivaGrid.H sorts cyclics (but in incorrect order?)
|
||||
- isoSurface.C
|
||||
- referredCellList.C
|
||||
- work out scheduled communication?
|
||||
|
||||
OK - add neighbourPatch checking to 16x.
|
||||
|
||||
BIN
tutorials/incompressible/channelFoam/channel395/0/B.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/B.gz
Normal file
Binary file not shown.
BIN
tutorials/incompressible/channelFoam/channel395/0/U.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/U.gz
Normal file
Binary file not shown.
BIN
tutorials/incompressible/channelFoam/channel395/0/k.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/k.gz
Normal file
Binary file not shown.
BIN
tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz
Normal file
Binary file not shown.
BIN
tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz
Normal file
Binary file not shown.
BIN
tutorials/incompressible/channelFoam/channel395/0/p.gz
Normal file
BIN
tutorials/incompressible/channelFoam/channel395/0/p.gz
Normal file
Binary file not shown.
@ -1,74 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: splitCyclic |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
8
|
||||
(
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 172;
|
||||
startFace 3334;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
nFaces 20;
|
||||
startFace 3506;
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
nFaces 20;
|
||||
startFace 3526;
|
||||
}
|
||||
cycLeft_half0
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
neighbourPatch cycLeft_half1;
|
||||
}
|
||||
cycLeft_half1
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
neighbourPatch cycLeft_half0;
|
||||
}
|
||||
cycRight_half0
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
neighbourPatch cycRight_half1;
|
||||
}
|
||||
cycRight_half1
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
neighbourPatch cycRight_half0;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
nFaces 3440;
|
||||
startFace 3546;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user