ParaGeo Conversion

ParaGeo Conversion

 

Description

 

PARAGEO CONVERSION defines the options for converting the Abaqus mesh (.mesh) to ParaGeo geometry file (.geo).  A key difference between Abaqus and ParaGeo is that the model for ParaGeo is defined in terms of geometry (points, lines, surfaces and volumes) rather than just a finite element mesh.  The conversion process automatically generates the appropriate geometry from the Abaqus mesh using a combination of geometry rules.  e.g. in 3-D

1Volumes will be generated for each element set,

2Surfaces will be generates at the intersection of each element set,

3Surfaces will be generated for each NSET or ELSET that defines a boundary surface,

4Lines will be generated at the boundaries of inersecting surfaces,

5etc

Here the keyword and sub-keywords to define the specific options for this conversion process and the result is a ParaGeo geometry file (.geo) and a ParaGeo data file (.dat) that incorporates data to read the geometry file and the additional data that defines the problem.

In addition to converting Abaqus (.inp) to ParaGeo (.dat) files, PARAGEO CONVERSION can also output geometry in ELFEN format.   The additional data that can be generated for ELFEN is however more limited.

 

 

PARAGEO CONVERSION    Conversion of Abaqus mesh to ParaGeo geometry

Usage

*PARAGEO CONVERSION,  TYPE=Conversion_type, PARAGEO FILE=File_name, ELFEN FILE=File_name,   SUB-DIRECTORY=Sub-directory_Name

Description

This data structure is used to convert Abaqus mesh to ParaGeo geometry. This will output a .geo file that will contain the model geometry with conversion of ELSETs to ParaGeo Groups and conversion of NSETs to ParaGeo Geometry Sets.

 

Compulsory Parameters

TYPE

Defines the type of conversion performed with valid options being:

- GROUP:  This option will generate the minimum geometry required for the problem (boundaries). Consequently some group interfaces will not be separated by geometry surfaces. This is required in some cases were formation interfaces are complex, jagged boundaries, etc.

- GEOMETRY:  This option will generate all geometry entities.

Notes:

If TYPE=GROUP, ParaGeo will convert 3-D surface elements to TSET for use

If TYPE=GEOMETRY, ParaGeo will convert 3-D surface elements to NSET for use

 

Optional Parameters

PARAGEO FILE

Defines the name of the ParaGeo file that will contain the Geometry_data to read the converted geometry.

ELFEN FILE

Defines the name of the Elfen file that will contain the appropriate data structure to read the converted geometry.

SUB-DIRECTORY

If defined allows to provide a name for a Sub-directory that will be created in which the converted data required for simulation will be output. If non-simulation files are output (e.g. a mesh plot file) after conversion, they will be placed into the current .inp folder.

 

 

Sub-Keywords

hmtoggle_plus1*CONVERSION INCLUDE         Addtional data to be pasted into the ParaGeo data file
hmtoggle_plus1*CONVERSION OPTIONS         Mesh to Geometry conversion general options
hmtoggle_plus1*CONVERSION OUTPUT         Mesh to geometry conversion output options

 

 

Examples

 

*PARAGEO CONVERSION, TYPE=GROUP, PARAGEO FILE=Model1, SUB-DIRECTORY=Simulation_data

*CONVERSION OUTPUT, LEVEL=2, GEOMETRY=YES, MESH=YES

 

1The Abaqus mesh to ParaGeo geometry will be performed generating the minimum geometry generation required.

2The generated datafile with the ParaGeo model will be named "Model1"

3All data generated after conversion will be placed in a directory named Simulation_data.

4Detailed information from the conversion will be output into the log (.res) file.

5Geometry and Mesh plots after conversion will be output