mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Tutorials: Removed unmaintained files
This commit is contained in:
@ -1,67 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volTensorField;
|
||||
location "1";
|
||||
object B;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [ 0 2 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform ( 0 0 0 0 0 0 0 0 0 );
|
||||
|
||||
boundaryField
|
||||
{
|
||||
bottomWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
topWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
sides1_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
sides2_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
inout1_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
inout2_half0
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
sides2_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
sides1_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
inout1_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
inout2_half1
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user