Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerWorkflows/FreeCADBatchFEMTools/tests/cylinders_thermo_structural/run.sh
3206 views
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]
7
FreeCAD -c ${PWD}/cylinders.py
8
ElmerGrid 8 2 cylinders.unv -autoclean
9
ElmerSolver
10
rm cylinders TEST.PASSED -r
11
12