Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Cubit"

(Created page with "== Introduction and Installation == [https://cubit.sandia.gov/ CUBIT] is a geometry and mesh generation and manipulation tool created by [http://www.sandia.gov/ Sandia Nation...")
 
(Redirected page to Cubit Support in ICE)
 
Line 1: Line 1:
== Introduction and Installation ==
+
#REDIRECT [[Cubit Support in ICE]]
 
+
[https://cubit.sandia.gov/ CUBIT] is a geometry and mesh generation and manipulation tool created by [http://www.sandia.gov/ Sandia National Laboratories]. The tool can be launched from the command line (using ./cubit in the installed directory) and has the option to run either with or without a GUI. Installation requires acquiring a license and a download link. Find more information about this process [https://cubit.sandia.gov/public/licensing.html here].
+
 
+
== Attributes ==
+
 
+
Cubit can create geometries, mesh them, and visualize the results, while also allowing for importing geometries, meshing them with specifications, and exporting the mesh files for other applications to make use of. All of this can be implemented on the command line using CUBIT commands.
+
 
+
== Inputs/Outputs ==
+
 
+
CUBIT has its own geometry editor, but there are options to import geometries from other file formats. It can import STEP and IGES (Boundary Representation- brep) geometry formats, as well as STL files (Stereolithography, widely used in 3D modeling software). The file formats that can be used with CUBIT are:
+
 
+
{| class="wikitable"
+
|-
+
! Geometry/CAD (Imports)
+
! Mesh (Export)
+
|-
+
| ACIS (.sat, .sab) || Exodus II
+
|-
+
| STEP (.stp, .step) || Abaqus format
+
|-
+
| IGES (.iges) || IDEAS- Universal
+
|-
+
| Pro/E (.prt) || NASTRAN- BDF
+
|-
+
| Facets (.avs, .stl, facet) || Patran
+
|-
+
| STL (.stl) || LS- Dyna
+
|-
+
| Exodus II || Fluent
+
|}
+
 
+
== Editor Features ==
+
 
+
Cubit has an extensive geometry editor, robust meshing tools, and good visualization using VTK. The editor allows for free camera movement, and the toolbars allow for extensive geometric functions. In editor selection of primitives is useful, especially for performing operations such as subtraction, union, and intersection. The editor allows for transparency and wire-frame viewing as well. The editor has a smaller axes indicator in the bottom left corner rather than in the middle of the geometries, and also has allowance for both meshes and geometries to be viewed in the same editor. It allows for specifying the color of primitives separately for clarity.
+
 
+
== Ease of Use ==
+
 
+
Once CUBIT has been obtained, it is an intuitive and easy tool to use. There are tons of options, and it does have somewhat of a learning curve, but it is an extensive mesh and geometry editor that can be powerful and useful.
+
* Note: On Linux Fedora 22, the dependency libpng12 was not installed. Simply use: <br>
+
dnf install libpng12 <br>
+
and then run cubit.
+

Latest revision as of 14:07, 2 June 2016

Copyright © Eclipse Foundation, Inc. All Rights Reserved.