Skip to main content

VERACore let you visualize and interpret the output data from VERA codes

Project description

VERACore is a Python application for visualization and engineering analyses of output data from VERA (Virtual Environment for Reactor Applications). Implemented in Python, it provides instantaneous 2D and 3D images, 1D plots, and alphanumeric data from VERA multi-physics simulations.

For an interactive online example, see here.

Installing

VERACore can be installed via pip and can run locally or deployed as a service. To use it locally within a virtual environment, you can run the following commands:

python3 -m venv ./vera-env
source ./vera-env/bin/activate
pip install -U pip
pip install vera-core

vera-core --data <path-to-vera-out-file>

Development

Setup a virtual environment with a modern Python 3.

python3 -m venv ./vera-env
source ./vera-env/bin/activate
pip install -U pip

Get the code base and build its widgets

git clone git@github.com:Kitware/VERACore.git
cd VERACore

# Build the custom UI widgets
cd vue-components
npm i
npm run build
cd ..

# Install local repository into your venv
pip install -e .

Run the application to test out your changes

vera-core --server

Licensing

VERACore is provided as an open source solution and follows the Apache Software License

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

vera-core-1.3.1.tar.gz (91.0 kB view hashes)

Uploaded Source

Built Distribution

vera_core-1.3.1-py3-none-any.whl (98.1 kB view hashes)

Uploaded Python 3

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