Skip to main content

KRATOS Multiphysics ("Kratos") is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.

Project description

MedApplication

The Med Application an interface to the MED-library. This library writes med-files, which contain mesh, field results and other data, and is based on HDF5. This format is used by Salome and Code_Aster.

Installation

The MED-library is an external library, which must be installed before the application can be compiled

Ubuntu

On Ubuntu, it can be installed with sudo apt-get install libmedc-dev. This installs all required dependencies, including HDF5

The source code is available on the Salome website for a manual installation. In this case also HDF5 needs to be installed separately.

Use MED_ROOT to specify the path to the MED installation in the CMake of Kratos.

Arch / Manjaro

Packages related to Salome and MED for arch-based distros can be installed from the AUR. The MedApplication requires med-serial (for non-MPI builds) or med-openmpi (for MPI builds with OpenMPI).

sudo pacman -S med-serial med-openmpi

Usage

  • In Salome, mesh groups are translated into SubModelParts. Different geometries and nodes can be added.
  • SubSub ... Modelparts can be created by specifying a name with .. I.e. like it usually works in Kratos
  • The number of characters is restricted in Med: 64 for main mesh name, and 80 for groups. Everything beyond these limits is cut.

Development

  • Use HDFView to inspect the med-files.
  • Make sure to check the return value of every med-library function call.
  • The med library does not check if wrong data is written to the file. This must be ensured by the user, the med-library is a thin wrapper around HDF.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

KratosMedApplication-10.0.0-cp312-cp312-win_amd64.whl (344.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

KratosMedApplication-10.0.0-cp311-cp311-win_amd64.whl (344.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

KratosMedApplication-10.0.0-cp310-cp310-win_amd64.whl (344.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

KratosMedApplication-10.0.0-cp39-cp39-win_amd64.whl (343.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

KratosMedApplication-10.0.0-cp38-cp38-win_amd64.whl (344.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

File details

Details for the file KratosMedApplication-10.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: KratosMedApplication-10.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 344.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.31.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/6.8.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for KratosMedApplication-10.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 47dd07336d1d19033d397d3a32888aa8ff4748b9f35e8f4994d8b8666aba20bf
MD5 e75e94c2dac3e167db7308b4c1ae4be3
BLAKE2b-256 3717c1dbfc9dafcb7167911029b349af3df7c6d3f7ac5b042eda3fb0c7dac31b

See more details on using hashes here.

File details

Details for the file KratosMedApplication-10.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: KratosMedApplication-10.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 344.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.31.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/6.8.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for KratosMedApplication-10.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e518ee4d83e8f0a3aaf42e11b3e24945a86323bbf9086bf77561b78d4578375
MD5 03f411aa7dc25b11e9394d128bde6379
BLAKE2b-256 8b9f3f14c6b41e93a3475b5b032f4ff9ecafc5837afc3a71fd123842f3dfab36

See more details on using hashes here.

File details

Details for the file KratosMedApplication-10.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: KratosMedApplication-10.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 344.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.31.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/6.8.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for KratosMedApplication-10.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ee3f81598f2fb15ad1f4e668560f66161c316c6252221170747989cdd4e3f779
MD5 8335132116703b9c071221cb91372bf3
BLAKE2b-256 e358dbb0f106214009cc690633ba2ec3030d79cc5b7aadd5bbd6f45b83585ce1

See more details on using hashes here.

File details

Details for the file KratosMedApplication-10.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: KratosMedApplication-10.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 343.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.31.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/6.8.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for KratosMedApplication-10.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 462df5d0c87aa27439233e4389dda50242cbfbc8725ec328643bbbf73a120f2b
MD5 93a27b932efe2db0dbdc6b6f85462316
BLAKE2b-256 f4cb998391d572342217bbc7c4ede62840ce40dc5316ab4cc6fdd6136badc74c

See more details on using hashes here.

File details

Details for the file KratosMedApplication-10.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: KratosMedApplication-10.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 344.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.31.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/6.8.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11

File hashes

Hashes for KratosMedApplication-10.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff75191dde6e789504007d12e8a430bcc21b630837288e70ebd25ba6b9aa3012
MD5 cd9c993002c1af44955678342e8f5e33
BLAKE2b-256 bc86bae79919a8cbfbc673aa63a7a8499251c2eded0380292044be2c6f296ae5

See more details on using hashes here.

Supported by

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