VERACore
No description available
Install / Use
/learn @Kitware/VERACoreREADME
VERACore
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 <https://vera.trame.kitware.com/>_.
.. image:: https://raw.githubusercontent.com/Kitware/VERACore/refs/heads/master/veracore.png :alt: VeraCore UI
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:
.. code-block:: console
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.
.. code-block:: console
python3 -m venv ./vera-env
source ./vera-env/bin/activate
pip install -U pip
Get the code base and build its widgets
.. code-block:: console
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
.. code-block:: console
vera-core --server
Licensing
VERACore is provided as an open source solution and follows the Apache Software License <https://github.com/Kitware/VERACore/blob/master/LICENSE>_
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
