معرفی شرکت ها


cad-to-dagmc-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Converts CAD files to a DAGMC h5m file
ویژگی مقدار
سیستم عامل OS Independent
نام فایل cad-to-dagmc-0.1.1
نام cad-to-dagmc
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده The cad_to_dagmc Development Team
ایمیل نویسنده mail@jshimwell.com
آدرس صفحه اصلی https://github.com/fusion-energy/cad_to_dagmc
آدرس اینترنتی https://pypi.org/project/cad-to-dagmc/
مجوز MIT
[![CI with install](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_install.yml/badge.svg)](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_install.yml) [![Upload Python Package](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/python-publish.yml/badge.svg)](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/python-publish.yml) ___ A minimal package that uses CadQuery functionality to convert Cad geometry to DAGMC h5m files This particular method of producing DAGMC compatible h5m files from CAD geometry is intended to convert STP files or [CadQuery](https://cadquery.readthedocs.io) objects to h5m file. One unique feature of this package is the ability to combine STP files with CadQuery objects. This allows for the addition of parametric geometry to static geometry. # Install (Conda) Creates a new empty Conda environment ```bash conda create --name new_env python=3.9 ``` Installs cad_to_dagmc and dependencies ```bash conda install -c fusion-energy -c cadquery -c conda-forge cad_to_dagmc ``` # Install (Mamba) Creates a new empty Conda environment ```bash conda create --name new_env python=3.9 ``` Installs Mamba ```bash conda install -c conda-forge mamba ``` Installs cad_to_dagmc and dependencies ```bash mamba install -c fusion-energy -c cadquery -c conda-forge cad_to_dagmc ``` # Install (Conda + pip) You will need to install some dependencies that are not available via PyPi. ```bash conda install -c conda-forge mamba mamba install -c conda-forge moab mamba install -c cadquery -c conda-forge cadquery=master ``` Then you can install the cad_to_dagmc package with ```pip``` ```bash pip install cad_to_dagmc ``` # Usage To use the h5m geometry you will need a transport code with DAGMC enabled such as OpenMC. Just to note that currently the conda install for CadQuery and OpenMC can't be installed in the same conda environment. A work around for this is to create the h5m geometry in one conda environment and simulate with OpenMC in another conda environment. For examples see the [examples folder](https://github.com/fusion-energy/cad_to_dagmc/tree/main/examples)


نیازمندی

مقدار نام
>=1.21.1 numpy
- vertices-to-h5m
- scipy
- brep-to-h5m
- brep-part-finder
>=5.4.3 pytest
- dagmc-h5m-file-inspector
- openmc-data-downloader


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cad-to-dagmc-0.1.1:

    pip install cad-to-dagmc-0.1.1.whl


نصب پکیج tar.gz cad-to-dagmc-0.1.1:

    pip install cad-to-dagmc-0.1.1.tar.gz