-
In my work I need to extract the dynamical model from SOFA, i.e. extracting mass and stiffness matrices from SOFA. I follow the SOFA instructions which use "mass_matrix = root.mass.assembleMMatrix()" …
-
https://www.windsong.top/python-comsol/
python调用comsol (2)
用Python调用comsol执行参数化分析的基本流程,大致可以先用comsol的图形界面建立好某个参数下的结构和设置完成一次模拟,保存文件为xx.mph。然后调用mph库,load刚才保存的文件。mph这个库相当于把comsol的java接口做一个封装,它本身提供的接口非…
-
Hello Project Chrono,
I'm digging deep on how to make Project Chrono faster, and work on GPUs.
Is there a reason Chrono does not use Nvidia AmgX instead of it's CPU solvers? Algebraic multigrid on…
-
From our experience, Comsol's file formats are defined in a way, which sometimes makes it difficult define rules on how to import and process the data. Here, we collect some known issues, which lead t…
-
Hello
I am a graduate student in the field of dielectrophoresis, and I am very interested in your thesis. Can you provide the comsol simulation file,?
Best regards
-
COMSOL is one of the most popular FEM (Finite Element Method) suites.
webpage: https://www.comsol.com/
I don't think there is a canon .desktop file for a typical installation of this product.
-
To also have commercial software on our list. Licenses for all of them are available at MBI. I do not know about python/jupyter bindings.
-
Hi,
I'm creating a new issue as per #56--the following code results in the subsequent errors:
```js
client = mph.start(cores=1)
model = client.load('my_file.mph')
```
```js
File "Sour…
-
**Bug:** After implementing a quick fix for Issue #2 and running the Main_Opt.m script, it runs for a few seconds and then returns the Error Unknown parameter k a. Full error message below.
Error …
-
I am simulating transmon qubit with both charge line and read-out resonator, But for dc simulation, I want to remove the pseudo inductor from between the two metallic pads; when I use "Q1.options.pop(…