Comsol
Create physics-based models and simulation applications with this software platform. The Model Builder enables you to combine multiple physics in any order for simulations of real-world phenomena. The Application Builder gives you the tools to build your own simulation apps. The Model Manager is a modeling and simulation management tool.
Usage
Example script : testComsol.sh
#!/bin/bash
#
#SBATCH -J a00P1TMax80ay220d300 # job name
#SBATCH -o a00P1TMax80ay220d300.o%j # output and error file name (%j expands to jobID)
#SBATCH --nodes 2
#SBATCH --exclusive
module load comsol/6.1
comsol batch -inputfile a00P1TMax80ay220d300.mph -outputfile outa00P1TMax80ay220d300.mph -batchlog loga00P1TMax80ay220d300.txt
Submit with :
sbatch --account=your_project_ID testComsol.sh
More info :