|
[Sponsors] |
chtMultiRegionSimpleFoam - planeWall2D with OpenFOAM 2.2.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 2, 2017, 18:10 |
chtMultiRegionSimpleFoam - planeWall2D with OpenFOAM 2.2.0
|
#1 |
New Member
seyfi girgin
Join Date: Apr 2017
Posts: 4
Rep Power: 9 |
Hello all,
I am trying to solve this tutorial and I downloaded the files for my openfoam version.But in there is no polyMesh file in constant folder for openfoam2.2 Here is the link for tutorial: http://openfoamwiki.net/index.php/Ge..._-_planeWall2D In paraview section I cannot see anything.Normally I supposed to see that 3 files: planeWall2D{bottomAir}.OpenFOAM planeWall2D{topAir}.OpenFOAM planeWall2D{wall}.OpenFOAM Please help, Regards |
|
April 3, 2017, 01:36 |
|
#2 |
Senior Member
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15 |
Just to try it out: I downloaded the gzip file for OF 2.3. It contains all.
The blockMeshDict: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) (1 0 0) (1 1 0) (0 1 0) (0 0 0.1) (1 0 0.1) (1 1 0.1) (0 1 0.1) ); blocks ( hex (0 1 2 3 4 5 6 7) (100 100 1) simpleGrading (1 1 1) ); edges ( ); boundary ( topAir_top { type patch; faces ( (3 7 6 2) ); } bottomAir_bottom { type patch; faces ( (1 5 4 0) ); } leftLet { type patch; faces ( (0 4 7 3) ); } rightLet { type patch; faces ( (2 6 5 1) ); } frontAndBack { type empty; faces ( (0 3 2 1) (4 5 6 7) ); } ); mergePatchPairs ( ); // ************************************************************************* //
__________________
Uwe Pilz -- Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950) |
|
Tags |
chtmultiregionsimpefoam, openfoam2.2.x |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting Started with OpenFOAM | wyldckat | OpenFOAM | 26 | June 21, 2024 07:54 |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
forceCoeffs (OpenFOAM 2.2.0) gave another values of Cd in comparison results2.2.1 ! | lavrov | OpenFOAM Post-Processing | 0 | March 15, 2013 10:12 |