As of now, Cubit13.2 is not supported, cgm/trunk/ works with Cubit 12.2, there is a different branch 'cgm/branches/merge-cubit13.1/' that works with Cubit 13.1. Rajeev
________________________________ From: Atanas Atanasov <[email protected]> To: Rajeev Jain <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Monday, July 23, 2012 3:21 AM Subject: Re: [Fathom] RGG tests
Hi i am using currently Cubit 13.2 and cgm 12.2. Regards, A.Atanasov On 07/21/2012 12:48 AM, Rajeev Jain wrote:
Hi,
What is the geometry engine that you've used? RGG relies on CGM's geometry engine for geometry creation. It needs that MeshKit be built with CGM option with Cubit/OCC/ACIS geometry engine.
You could use your own mesh generation tool or software for assembly generation, CUBIT is not required. 'coregen' program can read in meshes in formats supported by MOAB. More: http://trac.mcs.anl.gov/projects/fathom/wiki/rgg If you have the assembly meshes already done, you could skip 'assygen' step.
Rajeev
________________________________ From: Atanas Atanasov <[email protected]> To: [email protected] Sent: Friday, July 20, 2012 2:26 AM Subject: [Fathom] RGG tests
Hello , i made a checkout of the current version of meshkit
together with rgg and tried to run the tests for rgg (setup: current moab, cgm and lasso from itaps web site). The assygen test fails with the following log:
======================================= MESHKIT 0.9RC0: rgg/test-suite.log ========================================
1 of 3 tests failed.
.. contents:: :depth: 2
FAIL: assygen (exit: 139) =========================
Starting out at : Fri Jul 20 09:13:56 2012
---------------------------------------------------------
Program to Generate Nuclear Reactor Assembly Geometries Argonne National Laboratory 2009-2010
---------------------------------------------------------
see README file for using the program and details on
various cards.
Instruction on writing assygen input file can also be
found at:
https://trac.mcs.anl.gov/projects/fathom/browser/MeshKit/trunk/rgg/README Usage: assygen [-t -j -h] <input file name without extension> -t print timing and memory usage info in each step -j create journal file only -h print help
Running default case:
No file specified. Defaulting to: ./assygen_default.inp assygen_default.jou
Entered input file name: ./assygen_default.inp
o/p Cubit journal file name: assygen_default.jou --------------------------------------------------
o/p geometry file name: assygen_default assygen_default_info.csv getting assembly dimensions 1 getting assembly dimensions 2
getting volume id getting pitch data getting cylinder data getting frustum data read pincell 1
-------------------------------------------------- m = 1 n = 1 creating pin: 1 at X Y Z 0 -0 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 1 n = 2 creating pin: 1 at X Y Z 4 -0 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 1 n = 3 creating pin: 1 at X Y Z 8 -0 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 1 n = 4 creating pin: 1 at X Y Z 12 -0 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 4 n = 1 creating pin: 1 at X Y Z 0 -12 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 4 n = 2 creating pin: 1 at X Y Z 4 -12 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 4 n = 3 creating pin: 1 at X Y Z 8 -12 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
-------------------------------------------------- m = 4 n = 4 creating pin: 1 at X Y Z 12 -12 0 Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::cylinder Problems building a volume from the conical frustum. ERROR: Couldn't create fuel rod. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2731
--------------------------------------------------
Creating surrounding outer blocks .. Facet-based geometry modification is a beta capability. ERROR: This capability is currently disabled. To enable this capability, issue the command 'set developer commands on'. ERROR: In GeometryModifyTool::brick Problem creating a brick. ERROR: Prism creation failed. Error code: 22 Error desc: Unknown failure or internal error At : io.cpp:2149
created innermost block: mat_block
How can i fix this?
PS: Is it possible to assemble the meshes without cubit (directly into MOAB for instance)?
Regards, A.Atanasov
_______________________________________________ Fathom mailing list [email protected] https://lists.mcs.anl.gov/mailman/listinfo/fathom
participants (1)
-
Rajeev Jain