Skip to content

CoreformCubitでgmshなどを出力できるライブラリ

Notifications You must be signed in to change notification settings

JP-MARs/Coreform_Cubit_Python_API

 
 

Repository files navigation

インストール方法

Windowsであれば,Windows版のGIT をインストールします。

pip install git https://github.com/ksugahar/Coreform_Cubit_Python_API.git

サポートしているファイル

  • gmshファイル ver.2
  • gmshファイル ver.4 (不完全)
  • Nastranファイル (2D)
  • Nastranファイル (3D)
  • ELF用ファイル (2D)
  • ELF用ファイル (3D)
  • NGSolve用volファイル (3D)
  • vtkファイル (メッシュのみ)

使い方

Cubitのメッシュ生成 Pythonスクリプトの最後に

FileName = 'O:/test.nas'
import cubit_mesh_export
cubit_mesh_export.export_3D_Nastran(cubit, FileName)

を追記するだけ。


関数一覧

  • export_3D_gmsh_ver2
  • export_3D_gmsh_ver4
  • export_2D_Nastran
  • export_3D_Nastran
  • export_2D_meg
  • export_3D_meg
  • export_3D_ngsolve
  • export_3D_vtk

About

CoreformCubitでgmshなどを出力できるライブラリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GLSL 70.3%
  • Python 28.2%
  • MATLAB 1.5%