|
[Sponsors] |
April 3, 2013, 23:13 |
Geometry problem!!
|
#1 |
Member
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13 |
Hey guys,im simulating a sink(waster),and im getting a problem at the geometry(it runs alright but when i open paraview it closes automatically)What should I do??
My makeCellSets.set cellSet heater new boxToCell (0 0 10)(100 100 30) cellSet heater add boxToCell (0 0 30)(100 10 40) cellSet heater add boxToCell (0 30 30)(100 40 40) cellSet heater add boxToCell (0 60 30)(100 70 40) cellSet heater add boxToCell (0 90 30)(100 100 40) cellZoneSet heater new setToCellZone heater cellSet Solid new boxToCell (0 0 0)(100 100 10) cellZoneSet Solid new setToCellZone Solid cellSet Air new boxToCell (0 0 40)(100 100 80) cellSet Air add boxToCell (0 10 40)(100 30 30) cellSet Air add boxToCell (0 40 40)(100 60 30) cellSet Air add boxToCell (0 70 40)(100 90 30) cellZoneSet Air new setToCellZone Air My blockMesh /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) (100 0 0) (100 100 0) (0 100 0) (0 0 80) (100 0 80) (100 100 80) (0 100 80) ); blocks ( hex (0 1 2 3 4 5 6 7) (30 10 10) simpleGrading (1 1 1) ); edges ( ); boundary ( maxY { type wall; faces ( (3 7 6 2) ); } minX { type patch; faces ( (0 4 7 3) ); } maxX { type patch; faces ( (2 6 5 1) ); } minY { type wall; faces ( (1 5 4 0) ); } minZ { type wall; faces ( (0 3 2 1) ); } maxZ { type wall; faces ( (4 5 6 7) ); } ); mergePatchPairs ( ); // ************************************************** *********************** // |
|
April 3, 2013, 23:40 |
|
#2 |
Member
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13 |
Please someone help me =(
|
|
April 4, 2013, 04:17 |
|
#3 |
Member
Join Date: Nov 2012
Posts: 58
Rep Power: 14 |
Is there an error message in the console when paraview shuts down?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with geometry | sheth | ANSYS Meshing & Geometry | 7 | August 17, 2011 10:30 |
[ICEM] [FLUENT] 2D Geometry problem when exporting to Fluent - Unwanted walls | MikeTichondrius | ANSYS Meshing & Geometry | 1 | February 9, 2011 14:31 |
Transient problem with changing geometry! | Fascal | FLUENT | 4 | July 5, 2010 11:11 |
[GAMBIT] problem in importing Pro Engineer geometry :-( | arash_7444 | ANSYS Meshing & Geometry | 3 | June 14, 2010 03:06 |
vitual _ real | deneb | FLUENT | 3 | January 22, 2007 05:31 |