COMSOL

Structural Engineering

Software Description

Comsol Multiphysics (formerly known as FEMLAB) is a Multiphysics modeling tool that solves all types of problems based on Finite Element Analysis and Partial Differential Equations (PDEs). Predefined applications modes include stress/strain, heat transfer, CFD, and electromagnetics. Additonal features of Comsol Multiphysics include specialized add-on modules for chemical Engineering, Structural Mechanics and Electromagnetics. MSI currently has both education and research licenses. The educational license is COMSOL version 4.1. Contact MSI Help to be added to the COMSOL user list.

MSI has four COMSOL licenses. We ask all users to use the calendar to sign up for time on COMSOL using these instructions. Although MSI does not have any rigid policy regarding signing up in advance, you cannot monopolize a license. The COMSOL/Research license is the default.

The COMSOL/Class license is available to instructors using COMSOL in their curriculum.

Available Modules

The following additional modules are available. If you need to use any of these modules, PLEASE SPECIFY THE MODULE(S) on the calendar when you make your reservation. Verify that all the licenses have not been reserved by others for the same time period. Users found using modules without prior reservations are subject to having their job killed if someone else has reserved the module for the same time.

  • 2 AC/DC Module
  • 1 Acoustics Module
  • 2 CAD Import Module
  • 2 CFD Module
  • 2 Chemical Reaction Engineering Module
  • 1 ECAD Import Module
  • 1 Heat Transfer Module
  • 2 LiveLink for MATLAB
  • 1 Microfluidics Module
  • 1 Molecular Flow Module
  • 1 Multibody Dynamics Module
  • 1 Nonlinear Structural Materials Module
  • 1 Particle Tracing Module
  • 2 RF Module
  • 1 Structural Mechanics Module
  • 1 Subsurface Flow Module
  • 1 Wave Optics Module
  • 1 Optimization Module
  • 1 Ray Optics
  • 1 Plasma

Info

Module Name

comsol

Last Updated On

08/29/2023

Support Level

Primary Support

Software Access Level

Limited Licenses

Home Page

https://www.comsol.com

Documentation

Software Description

Comsol Multiphysics (formerly known as FEMLAB) is a Multiphysics modeling tool that solves all types of problems based on Finite Element Analysis and Partial Differential Equations (PDEs). Predefined applications modes include stress/strain, heat transfer, CFD, and electromagnetics. Additonal features of Comsol Multiphysics include specialized add-on modules for chemical Engineering, Structural Mechanics and Electromagnetics. MSI currently has both education and research licenses. The educational license is COMSOL version 4.1. Contact MSI Help to be added to the COMSOL user list.

MSI has four COMSOL licenses. We ask all users to use the calendar to sign up for time on COMSOL using these instructions. Although MSI does not have any rigid policy regarding signing up in advance, you cannot monopolize a license. The COMSOL/Research license is the default.

The COMSOL/Class license is available to instructors using COMSOL in their curriculum.

Available Modules

The following additional modules are available. If you need to use any of these modules, PLEASE SPECIFY THE MODULE(S) on the calendar when you make your reservation. Verify that all the licenses have not been reserved by others for the same time period. Users found using modules without prior reservations are subject to having their job killed if someone else has reserved the module for the same time.

  • 2 AC/DC Module
  • 1 Acoustics Module
  • 2 CAD Import Module
  • 2 CFD Module
  • 2 Chemical Reaction Engineering Module
  • 1 ECAD Import Module
  • 1 Heat Transfer Module
  • 2 LiveLink for MATLAB
  • 1 Microfluidics Module
  • 1 Molecular Flow Module
  • 1 Multibody Dynamics Module
  • 1 Nonlinear Structural Materials Module
  • 1 Particle Tracing Module
  • 2 RF Module
  • 1 Structural Mechanics Module
  • 1 Subsurface Flow Module
  • 1 Wave Optics Module
  • 1 Optimization Module
  • 1 Ray Optics
  • 1 Plasma

Licensing Info

To view the calendar and/or reserve a license, please visit: COMSOL License Reservations

Slurm Example

#!/bin/bash 
#SBATCH --job-name="rfm_RunCOMSOLTest_job" 
#SBATCH --ntasks=4 
#SBATCH --ntasks-per-node=4 
#SBATCH --output=rfm_RunCOMSOLTest_job.out 
#SBATCH --error=rfm_RunCOMSOLTest_job.err 
#SBATCH --time=0:10:0 
#SBATCH -p small,large,ram256g,ram1t

module load comsol/5.3 
comsol

General Linux

When using COMSOL at MSI, please make sure to check that the amount of memory allocated to your job is sufficient. COMSOL recommends at least 4 GB of memory. We have found that sometimes 8 GB is required. To use the COMSOL research license (default) interactively in a Linux environment use the commands:

module load comsol
comsol

If you are using a remote X or NX session and see GL errors when trying to start Comsol, try this:

module load comsol
comsol

-3drend sw There are known problems using Comsol over NX. We suggest you use the NICE connection. To use the class license

module load comsol/class
comsol

Check License Usage You may check the current license usage from the Linux environment with the following command. You may need to scroll up to see \"Users of COMSOL\" in the output:

lmstat -a -c 1716@lmcomsol.msi.umn.edu

The output will look like this (truncated):

... Users of COMSOL: (Total of 4 licenses issued; Total of 1 license in use) 
"COMSOL" v4.4, vendor: LMCOMSOL 
floating license

    geron018 labh03.msi.umn.edu /dev/pts/0 (v4.4) (goose.msi.umn.edu/1716 301), start Tue 11/18 11:10 ...

Observe that MSI user geron018 is using the license as of Tuesday, November 18th, starting at 11:10 (AM).

Agate Modules

Default

5.3

Other Modules

4.3-research, 4.3b, 5.0, 5.1, 5.2, 5.2a, 5.3, 5.4, 5.4a, 6.1

Mangi Modules

Default

5.3

Other Modules

4.3-research, 4.3b, 5.0, 5.1, 5.2, 5.2a, 5.3, 5.4, 5.4a, 6.1

Mesabi Modules

Default

5.3

Other Modules

4.3-research, 4.3b, 5.0, 5.1, 5.2, 5.2a, 5.3, 5.4, 5.4a, 6.1