Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: howa003
  • Language: Python
  • Default Branch: master
  • Size: 734 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

LOCAS - Loss-of-coolant stresses

LOCAS is a software application for the calculation of stresses induced in cylindrical containment vessels create using Python. Using this software, the user can calculate the stresses induced by temperature, internal pressure, and prestressing.

The graphical user interface is built using the Eel library, which allows the user to interact with the software through a web browser.

This software was created as part of a PhD thesis. For more information about the software, its usage, and used methods, see the PhD disseration.

Table of contents

Installation

To install the software, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required Python packages by running the following command:

shell pip install -r requirements.txt

  1. Run the software by executing the following command:

shell python main.py

This will start a local web server and open the application in your default web browser.

Usage

Entering input values

Input values regarding the containment vessel and its loads must be enterd into the main window which appears after starting the software. Additionally, the evolution of temperature and pressure inside the vessel during a LOCA must be defined in the two supplementary files loated in the src/source_data directory.

Calculation

Calculation of the results can be initiated by pressing the "Calculate" button in the GUI.

During the calculation, current progress is printed in the Calculation log at the bottom of the window.

Outputs

After all calculations are finished, the results are saved in 3 folders: - figs (folder with figures containing the most important results), - gifs (folder contating an animation of the evolution of temperatures, strain, and stresses in the wall during LOCA), - saved_data (folder containing CSV files with complete results).

Prebuilt distributable binary (.exe file)

The recommended approach to using this software is to run it directly or building your own binary.

If these options are impractical for you, you can download the prebuilt binary here.

Building your own distributable binary with PyInstaller

If you want to package the library into a program that can be run on a computer without a Python interpreter installed, you should use the PyInstaller library. - In your app's folder, run python -m eel main.py static_web_folder. This will create a new folder dist/.

If you want to package the library into a standalone executable that can be run on a computer without a Python interpreter installed, you should use PyInstaller. - In your app's folder, run python -m eel main.py static_web_folder --onefile --noconsole

Consult the documentation for PyInstaller for more options.

Owner

  • Name: Jakub Holan
  • Login: howa003
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
title: LOCAS - Loss-of-coolant Stresses
version: 2.5
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jakub
    family-names: Holan
    email: jakub.holan.software@gmail.com
    orcid: 'https://orcid.org/0000-0002-6561-0323'
repository-code: 'https://github.com/howa003/locas'
license: GPL-3.0+
date-released: 2024-04-20

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

requirements.txt pypi