mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: New AMI tutorial case for pimpleFoam - rotatingFanInRoom
This commit is contained in:
committed by
Andrew Heather
parent
80fb4da9ca
commit
c41843e4f9
@ -0,0 +1,48 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v1906 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object surfaceFeatureExtractDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
AMI.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
door.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
fan.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
outlet.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
room.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
desk.stl
|
||||
{
|
||||
extractionMethod extractFromSurface;
|
||||
includedAngle 150;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user