Skip to content

SimScaleGmbH/simscale-harmonic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimScale Harmonic Response Example

A simple example demonstrating harmonic response analysis using the SimScale Python SDK and hard-coded simulation settings. Refer to other tutorials to see how dynamic BC and Material assignments can be done.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Set your SimScale API key:
export SIMSCALE_API_KEY=your_api_key_here
  1. Run the simulation:
python harmonic_response_tutorial.py

What it does

  • Imports a bracket geometry (STEP file)
  • Applies steel material properties
  • Sets up fixed supports and harmonic force load
  • Runs harmonic response analysis (10-1000 Hz)
  • Returns simulation results

The simulation runs in the cloud and results can be viewed in the SimScale platform.

About

Running a harmonic response simulation via API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages