CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Geometry problem!!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2013, 22:13
Default Geometry problem!!
  #1
Member
 
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13
Grimoli is on a distinguished road
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
(
);

// ************************************************** *********************** //
Grimoli is offline   Reply With Quote

Old   April 3, 2013, 22:40
Default
  #2
Member
 
Gabriel de PInho RImoli
Join Date: Mar 2013
Posts: 49
Rep Power: 13
Grimoli is on a distinguished road
Please someone help me =(
Grimoli is offline   Reply With Quote

Old   April 4, 2013, 03:17
Default
  #3
Member
 
Join Date: Nov 2012
Posts: 58
Rep Power: 13
startingWithCFD is on a distinguished road
Is there an error message in the console when paraview shuts down?
startingWithCFD is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with geometry sheth ANSYS Meshing & Geometry 7 August 17, 2011 09:30
[ICEM] [FLUENT] 2D Geometry problem when exporting to Fluent - Unwanted walls MikeTichondrius ANSYS Meshing & Geometry 1 February 9, 2011 13:31
Transient problem with changing geometry! Fascal FLUENT 4 July 5, 2010 10:11
[GAMBIT] problem in importing Pro Engineer geometry :-( arash_7444 ANSYS Meshing & Geometry 3 June 14, 2010 02:06
vitual _ real deneb FLUENT 3 January 22, 2007 04:31


All times are GMT -4. The time now is 18:49.