1#!/bin/bash 2 3# A test case for FreeCAD automatic scripting with thermo-structural (Elmer test is a modified fem/tests/ThermalBiMetal2) 4# original date: November 2019 5# Author: Eelis Takala 6# email: [email protected] 7FreeCAD -c ${PWD}/cylinders.py 8ElmerGrid 8 2 cylinders.unv -autoclean 9ElmerSolver 10rm cylinders TEST.PASSED -r 11 12