|
[Sponsors] |
Problems to recreate mixerVesselAMI2D Tutorial with imported Mesh from Pointwise |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 28, 2014, 11:17 |
Problems to recreate mixerVesselAMI2D Tutorial with imported Mesh from Pointwise
|
#1 |
New Member
carsten fuetterer
Join Date: Dec 2013
Location: Potsdam/Berlin
Posts: 15
Rep Power: 12 |
Hi folks,
actually I try to simulate a 2D VAWT, but I'm facing a problem. Thats why I used this geometry with different boundary conditions and imported it into the mixerVesselAMI2D tutorial. I renamed all boundaries so that they are the same as in the tutorial. I guess that there is some problem with the AMI interface? Here is the error message: Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.2.0 Exec : pimpleDyMFoam Date : Mar 28 2014 Time : 15:18:57 Host : "elmo" PID : 14936 Case : /homes/saturn/users/fuetterer/work/VAWT/openfoam/mixer nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Selecting dynamicFvMesh solidBodyMotionFvMesh Selecting solid-body motion function rotatingMotion Applying solid body motion to cellZone rotor Reading field p Reading field U Reading/calculating face flux field phi AMI: Creating addressing and weights between 105 source faces and 105 target faces AMI: Patch source weights min/max/average = 1, 1, 1 AMI: Patch target weights min/max/average = 1, 1, 1 Selecting incompressible transport model Newtonian Selecting turbulence model type laminar Reading field rAU if present Creating finite volume options Creating fintite volume options from fvOptions Selecting finite volume options model type MRFSource Source: MRF1 - applying source for all time - selecting cells using cellZone rotor - selected 19157 cell(s) with volume 3.95344 PIMPLE: Operating solver in PISO mode Starting time loop Courant Number mean: 0 max: 0 deltaT = 0.00119048 Time = 0.00119048 solidBodyMotionFunctions::rotatingMotion::transformation(): Time = 0.00119048 transformation: ((0 0 0) (0.999993 (0 0 0.00373998))) AMI: Creating addressing and weights between 105 source faces and 105 target faces AMI: Patch source weights min/max/average = 1, 1, 1 AMI: Patch target weights min/max/average = 1, 1, 1 #0 Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::sigFpe::sigHandler(int) in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::GaussSeidelSmoother::smooth(Foam::word const&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::Field<double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, unsigned char, int) in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #4 Foam::GaussSeidelSmoother::smooth(Foam::Field<double>&, Foam::Field<double> const&, unsigned char, int) const in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #6 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #7 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #8 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #9 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #10 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" #11 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #12 in "/opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/bin/pimpleDyMFoam" Floating point exception Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.2.0 Exec : checkMesh Date : Mar 28 2014 Time : 16:08:56 Host : "elmo" PID : 15454 Case : /homes/saturn/users/fuetterer/work/VAWT/openfoam/mixer nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create polyMesh for time = 0 Time = 0 Mesh stats points: 19674 internal points: 0 faces: 67415 internal faces: 28370 cells: 19157 faces per cell: 5 boundary patches: 6 point zones: 0 face zones: 0 cell zones: 1 Overall number of cells of each type: hexahedra: 0 prisms: 19157 wedges: 0 pyramids: 0 tet wedges: 0 tetrahedra: 0 polyhedra: 0 Checking topology... Boundary definition OK. Cell to face addressing OK. Point usage OK. Upper triangular ordering OK. Face vertices OK. *Number of regions: 2 The mesh has multiple regions which are not connected by any face. <<Writing region information to "0/cellToRegion" Checking patch topology for multiply connected surfaces... Patch Faces Points Surface topology AMI2 105 210 ok (non-closed singly connected) AMI1 105 210 ok (non-closed singly connected) back 19157 9837 ok (non-closed singly connected) front 19157 9837 ok (non-closed singly connected) rotor 441 882 ok (non-closed singly connected) stator 80 160 ok (non-closed singly connected) Checking geometry... Overall domain bounding box (-3 -3 0.649439) (3 3 0.759439) Mesh (non-empty, non-wedge) directions (1 1 0) Mesh (non-empty) directions (1 1 0) All edges aligned with or perpendicular to non-empty directions. Boundary openness (-1.80718e-19 3.07221e-18 -5.3269e-15) OK. Max cell openness = 2.24895e-16 OK. Max aspect ratio = 2.7008 OK. Minimum face area = 1.50277e-06. Maximum face area = 0.0448934. Face area magnitudes OK. Min volume = 1.65305e-07. Max volume = 0.00493827. Total volume = 3.95344. Cell volumes OK. Mesh non-orthogonality Max: 30.7872 average: 8.36886 Non-orthogonality check OK. Face pyramids OK. Max skewness = 0.488016 OK. Coupled point location match (average 0) OK. Mesh OK. End best regards Carsten |
|
April 8, 2014, 18:25 |
|
#2 |
New Member
carsten fuetterer
Join Date: Dec 2013
Location: Potsdam/Berlin
Posts: 15
Rep Power: 12 |
Ok, I got help from the Pointwise Service.
Before running the case following action has to be executed renumberMesh -overwrite |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Importing 2D separated Hybrid mesh from PointWise to Ansys Fluent | Masoud.A1 | Pointwise & Gridgen | 6 | July 8, 2017 10:23 |
[ICEM] PistonVale tutorial - issues about mesh quality | Andrea1984 | ANSYS Meshing & Geometry | 5 | October 11, 2013 10:30 |
[Gmsh] Scripted version of "2D Mesh Generation Tutorial for GMSH" | laubeg | OpenFOAM Meshing & Mesh Conversion | 1 | April 14, 2013 09:32 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 20:43 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |