MPh icon indicating copy to clipboard operation
MPh copied to clipboard

Pythonic scripting interface for Comsol Multiphysics

Results 11 MPh issues
Sort by recently updated
recently updated
newest added

Thanks for the tool - I found that the import doesn't handle COMSOL6/macarm64.

needs info

Currently, i am trying to run MPh on windows with COMSOL.Using both v5.3a and v6.0. In each instance, I seem to be encountering the same java error. Testing this with...

can't fix

Hi, I have hardcoded together a hack, but can the other connect() options be included: `ModelUtil.connect(,,,)` as an example.

needs info

on Linux the server does not fail to load when there is also lying a `.lock` next to the mph file. This can lead to complete failure and data loss...

Hi, thanks for creating such a useful scripting tool! I was wondering if a method of querying and changing material properties i.e. thermal conductivity could be implemented. Currently node.properties() on...

feature

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 "SourceFile", line 168, in...

can't fix

MPh 0.8.0, released today, adds support for Linux. That support is slightly limited in that it does not _fully_ work out of the box. In order to start a stand-alone...

can't fix

On Linux and macOS, we occasionally encounter this error: ``` WARN:oejuc.AbstractLifeCycle:FAILED ClientWebSocketCommandManager.factory{0

can't fix

## Setup Windows 10 10.0.19045 Build 19045 `conda create -n mphtest` `conda activate mphtest` `pip install MPh` ### Running without installed COMSOL `(mphtest) D:\\mydir\\> python` `>>> import mph` `>>> mph.start()`...

can't fix

This is related to (probably exactly the same as) #135. I want to create a work plane, create some 2D geometry in here, and then extrude it. So first: create...

feature