Libresource
Home
Search
My Page
Guest -
Login
Navigation
location:
>
Artenum OpenSource
>
GEFICOT [GEo FIles COherence Tool]
>
Documentation
Contextual Menu
GEFICOT
Documentation
Registration
Edit this menu
Resource Menu
Properties
Security
More actions...
----
Node Information
Create new resource
Delete this resource
Move this resource
Unbind this resource
----
List children
Go to parent
----
search from here
Documentation
1 Executing GEFICOT Precise commands are detailed in the next section. Anyway, to use GEFICOT, simply go into the folder where the software is and type in a terminal: {code}./Geficot.sh \[commands\] on Linux/Mac OSX{code} {code}Geficot.bat \[commands\] on Windows systems{code} where the \[commands\] are replaced by the action you want to perform. In the next paragraphs, the two commands (./geficot.sh and geficot.bat) will be replaced by the generic "geficot" command. GEFICOT comes with a simple help integrated, to use it type geficot -h. 1 Id conflict resolution This function can be useful for example when using the include file possibility of Gmsh and that the two files have some elements that have the same ids. This tool will modify the second file to be sure that there is no conflict with the first one. The commmand to execute it is: {code}geficot –c file1.geo file2.geo result.geo{code} 1 Duplicates removal This function can be used to suppress duplicated elements. Two modes are available, the first one tries to automatically remove all elements that are duplicated. The second one takes in account a maximum distance to consider two elements as duplicates. The commands to execute it are (d: duplicates/m: manual) {code}geficot –d file.geo result.geo{code} {code}geficot –m file.geo result.geo distance{code} GEFICOT will analyse the "file.geo" and create a version "result.geo" where the duplicates are replaced by a new element. GEFICOT also handles the physicals defined in Gmsh : it replaces all occurences of the duplicated elements in the physicals definition by the new created elements. 1 General remarks To ensure a correct reading of geo files by GEFICOT, a good practice is to use Gmsh to unroll the file that contains complex features. To do so, open the file in Gmsh, select save as, select the format "Geometry - Gmsh Unrolled GEO" and another name to avoid unwanted overwriting. Common issues encountered with files that are not unrolled concerns the multi lines comment that are not correctly interpreted. 1 Technical overview GEFICOT is using the [/projects/keridwen/bundles/tools/GeometryEditor|Keridwen-CAD] module, part of the Integrated Modeling Environment (IME) [/projects/keridwen|Keridwen]. The Keridwen-CAD module is able to read a geo file into its own data model. This possibility facilitates the modification of a geo file in the GEFICOT context.
Last edited by Arnaud Trouche at Feb 25, 2016 3:09 PM -
Edit content
-
View source