| ... | ... | @@ -3,7 +3,7 @@ | 
|  |  | Firstly, we have to edit the input data file nogui_input.dat. | 
|  |  |  | 
|  |  | ``` | 
|  |  | ansafile = /path/to/ansa/file | 
|  |  | ansafile = /path/to/ansa/file.ansa | 
|  |  | folder = /path/where/the/mesh/will/be/written/ | 
|  |  | name = casename | 
|  |  | check2nd | 
| ... | ... | @@ -52,3 +52,45 @@ scaleFactor = 1 | 
|  |  | checkInt4 | 
|  |  | checkInt8 | 
|  |  | ``` | 
|  |  | **ansafile**: The path to the ansa file which we mesh we want to output. | 
|  |  | **folder**: Path to the folder where the mesh is going to be output. | 
|  |  | **name**: Name of the case. | 
|  |  | **check2nd**: Option to write 2nd order elements. | 
|  |  | **check2nd2lineal**: Option to convert 2nd order element to lineal elments during the output. | 
|  |  | **checkSurface**: Option to write surface meshes. | 
|  |  | **check2D**: Option to specify that the surface is 2 dimensional. In case this option is enabled the plane which contains the mesh should by specified by the keywords **planeXY**, **planeYZ** or **planeZX**. | 
|  |  | **check3D**: Option to specify that the surface is 3 dimensional. | 
|  |  | **checkDat**: Write the .dom.dat Alya file | 
|  |  | **checkInfo**: Write the info.dat file which contains information related to the mesh as: scaling factor, boundary condition, material and subdomains. | 
|  |  | **checkCOORD**: Write the coordinates in mpio format. | 
|  |  | **checkLNODB**: Write the boundaries connectivities in mpio format. | 
|  |  | **checkLTYPB**: Write the boundaries types in mpio format. | 
|  |  | **checkLELBO**: Write the element attached at each boundary in mpio format. | 
|  |  | **checkCODBO**: Write the boundaries codes in mpio format. | 
|  |  | **checkLBSET**: Write the boundaries sets in mpio format. | 
|  |  | **checkLNODS**: Write the elements connectivities in mpio format. | 
|  |  | **checkLTYPE**: Write the elements types in mpio format. | 
|  |  | **checkLESUB**: Write the elements subdomain codes in mpio format. | 
|  |  | **checkLMATE**: Write the elements material codes in mpio format. | 
|  |  | **checkCharacteristics **: Write the elements characteristics in mpio format. | 
|  |  | characteristicSET: Set ID for the elements characteristics. | 
|  |  | **checkCsys**: Write the elements local coordinate system in mpio format. | 
|  |  | **checkLMAST**: Write the periodic nodes in mpio format. | 
|  |  | **checkperPID**: Option that specify that the periodic nodes have to be collected from PID's. | 
|  |  | **checkperSET**:  Option that specify that the periodic nodes have to be collected from SET's | 
|  |  | MasterSET: List of master PID's or SET's number, space separeted. | 
|  |  | ChildSET: List of child PID's or SET's number, space separeted. In case this option is enabled the plane which contains the nodes should by specified by the keywords **checkXY**, **checkYZ** or **checkZX**. | 
|  |  | **checkWitness**: Option to write withnes points | 
|  |  | **checkZeroThincknessWall**. Option to duplicate nodes at zero thickness walls. | 
|  |  | **interfaces**: List of PID's number which nodes will duplicate. | 
|  |  | **checkRenumber**: Option to renumber nodes and elemnts in proper Alya numbering. | 
|  |  | **checkExtrapolate**: EXTRAPOLATE_BOUNDARY_CONDITIONS: ON in the .dom.dat id enable. | 
|  |  | **checkGeometrical**: Write the geomtrical boundary conditions. | 
|  |  | **checkCodesNodes**: Option to write the codes and their intersection in Alya format in the .info.dat | 
|  |  | **checkSizeBox**: Option to write the refinements informtion in the .info.dat file. | 
|  |  | **checkSave**: If enable saves the Ansa file twice, after renumbering the nodes and the elements | 
|  |  | **checkQuit**: Exit Ansa after finishing the writing preocess. | 
|  |  | **checkSCale**: Enables mesh scaling. | 
|  |  | **scaleFactor**: Factor for mesh scaling if scaling is enable. | 
|  |  | **checkInt4**: Write the mesh using int4. | 
|  |  | **checkInt8**: Write the mesh using int8. | 
|  |  | \ No newline at end of file |