Skip to main content

Installs code_aster and makes it easy accessible via python and shell/cmd

Project description

Code_Aster Python Package

This Package makes the simulation software code_aster easy to install and use within python and registers also commands to use it with the CMD/Terminal. There is a version for Windows and Linux (in construction).

What is Code_Aster ?

Code_Aster offers a full range of multiphysical analysis and modelling methods that go well beyond the standard functions of a thermomechanical calculation code: from seismic analysis to porous media via acoustics, fatigue, stochastic dynamics, etc. Its modelling, algorithms and solvers are constantly under construction to improve and complete them (1,200,000 lines of code, 200 operators). Resolutely open, it is linked, coupled and encapsulated in numerous ways

Installation

pip install code-aster-win

That's all!

Test your installation

import code_aster as ca

# Returns a log with all the information
logs = ca.test_installation()

# For example you can extract the output the command generated
print(logs.stdout)

It will start a test simulation and if it runs without error the installation is ok.

How to use it

Use of the as_run command

import code_aster as ca
from pathlib import Path

# Path to the export file
# Attention use Pathlib and front slashes (/).
path = Path('C:/Users/..../forma01a.export')

# Returns a log with all the information
logs = ca.as_run(path)

# For example you can extract the output the command generated
print(logs.stdout)

Use of the run_astk command

import code_aster as ca
from pathlib import Path

# Returns a log with all the information
logs = ca.run_astk()

# For example you can extract the output the command generated
print(logs.stdout)

Use it directly in the Terminal/CMD

py_as_run

or

py_run_astk

or

py_test_installation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

code_aster_win-0.0.6.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

code_aster_win-0.0.6-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file code_aster_win-0.0.6.tar.gz.

File metadata

  • Download URL: code_aster_win-0.0.6.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for code_aster_win-0.0.6.tar.gz
Algorithm Hash digest
SHA256 2262ecc51563fe5d66876bee201af741d703fe42ea5167fc3a77fe45178f2d62
MD5 73d747c1c43513e20fc59917548211cd
BLAKE2b-256 90c6b4912b39521ab534e195c86abb6378459afd6efd1cd0e173cc235b743747

See more details on using hashes here.

File details

Details for the file code_aster_win-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: code_aster_win-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for code_aster_win-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c3ccd2d3a8048bc71ac355bf59a45300398896ae3baf50253c8a8f187ad5ddce
MD5 a5ac01b94ceb878dbd86dfbf755edd48
BLAKE2b-256 02e44b09851ac51685fedda06627b9f1606d6dc6cd6d0e5ace4019921f3efaeb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page