/SlimeAI

Primary LanguagePythonOtherNOASSERTION

simple-beam-bending

python

Note

This content needs to be configured according to the project specifics.

Introduction

Note

Add here a description of the project.

Prerequisites

Operation system

Windows 10 to latest.

Python

Officially Python 3.8 to 3.10. Before starting the installation run python --version and check that it fits with the supported versions.

Token

Connection to the Solutions private PyPI server is required. The access is controlled via a token. Create a system environment variable named SOLUTIONS_PRIVATE_PYPI_PAT and assign it with the Solutions token provided in Connecting to the private PyPI.

Software

Required flagship products
Product Versions
SpaceClaim R22.2 to latest
Fluent R23.1 to latest
XXX RXX.X

Installation

  1. Clone the repository:

    git clone https://github.com/Solution-Applications/simple-beam-bending
  2. Navigate to the cloned project directory:

    cd simple-beam-bending
  3. Install toml and packaging on your system environment:

    pip install toml packaging
  4. Install the production dependencies:

python setup_environment.py -d run
  1. Activate the virtual environment:
  • For Windows CMD:

    .venv\Scripts\activate.bat
  • For Windows Powershell:

    .venv\Scripts\Activate.ps1

From now on, all the commands must be executed within the virtual environment.

Start the solution

To start the solution run the following command anywhere in the project:

saf run

Documentation

Refer to the Solution Developer's Guide to get more information on how to the get started with solutions.

To develop your solution, refer to the Solution Application Framework (SAF) documentations:

License

Copyright (c) ANSYS Inc. All rights reserved.