TUT: New AMI tutorial case for pimpleFoam - rotatingFanInRoom

This commit is contained in:
Jozsef Nagy
2019-08-01 08:29:45 +01:00
committed by Andrew Heather
parent 80fb4da9ca
commit c41843e4f9
28 changed files with 20875 additions and 0 deletions

View File

@ -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;
}
// ************************************************************************* //