-
This should be achievable with ifm. You can refer to this example [FEFLOW 8.0
Documentation - Compute Budget
[https://download.feflow.com/html/help80/feflow/13_Programming/Python/Examples/computeBudget.htm]]
and make modifications accordingly, simply by altering the budgetNodes, you can
measure each node individually. For instance, you could obtain each node's
number from the selected list:
# The selected name should be consistent with the one in the GUI interface.
nodes_sel = doc.getSelectionItems(ifm.Enum.SEL_NODAL, "select")
for i in range(len(nodes_sel)):
print(nodes_sel[i])
-
Thank you, I will look into it🫡. I had found the GitHub repository for
ifm_contrib, and if there are no conflicts of interest, perhaps it could also be
mentioned in the documentation of the software.
Â
-
Uh, format has been corrupted. My error is:Â
doc.c.plot.faces() ---> AttributeError: 'doctype' object has no attribute 'c'
ifm github repo tutorial
link:Â https://github.com/DHI/ifm/blob/master/tutorials/mass-load-boundary-condition.ipynb
Â
-
I tried to use ifm drawing from the following link
[https://github.com/DHI/ifm/blob/master/tutorials/mass-load-boundary-condition.ipynb],
but got the following error.
Â
Traceback (most recent call last):
File "xxx\plot.py", line 19, in
doc.c.plot.faces()
^^^^^
AttributeError: 'doctype' object has no attribute 'c'
How does the related example
[https://github.com/DHI/ifm/blob/master/benchmarks/domenico_palciauskas/domenico_palciauskas.ipynb]
in this repository done it? Or has this function been removed?
I'm using FEFLOW 8.0, the results of ifm.getKernelVersion()Â is 8000.
I found an related problem from six years ago, but it seems that the last link
given has expired due to the migration of the forum. Any suggestions?
Plotting *.dar files... - DHI Customer Care Portal (dhigroup.com)
[https://support.dhigroup.com/forums/feflow/8d1a1588-47e3-ec11-bb3c-000d3ab6f805#5d803889-47e3-ec11-bb3c-000d3ab6f50d]
-
I follow the instruction on this <a href="http://www.feflow.info/html/help80/feflow/01_Introduction/license/linux/Linux_Installation.htm">page</a>, during assigning a single-seat license via usb dongle, FEFLOW throw an error when importing the license file. I tried:
<ul>
<li>FEFLOW 8.0 works fine with demo license. Nothing to deal with.</li>
<li>I can use this dongle on Windows machine. Dongle was fine.</li>
</ul>
So this might be a driver issue?<br>
<br>
Error mesages are included in the attachment, the HOSTID field shows <no hardlock dongle (9)> instead of the correct hostID.<br>
I installed HASP DONGLE DRIVER but don't know the usage.Is there any solution?
<pre class="linenums prettyprint">Setting up aksusbd (8.23-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/aksusbd.service → /etc/systemd/system/aksusbd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/hasplmd.service → /etc/systemd/system/hasplmd.service.
aksusbd: invalid option -- '-'
aksusbd: --help parameter invalid, ignored
(c) 2021 Thales Group. All Rights Reserved.
Compiled on Jul  6 2021, version 8.23.1.119312
usage: aksusbd <options>
options are:
        -v            print aksusbd and API versions
        -l <level>    sets logging level: [0] errors only [1] normal
                                          [2] verbose [3] ultra verbose
        -q <entries>  sets the length of the work queue (default: 64)
        -s <file>     sets the communication socket file name
        -u <mask>     sets the communication socket file access rights
        -d <millisec> sets the delay after plugging in a key until it is
                      accessed for the first time (0 - 2000)</pre>
Ref:<br>
 <a href="http://www.feflow.info/html/help80/feflow/01_Introduction/license/windows/error_license.html#mismatch">FEFLOW 8.0 Documentation - Troubleshooting Licensing</a> <br>
 
<blockquote><span style="font-size:14px;">Note: I believe that the download link in the official documentation should be </span><a href="https://www.mikepoweredbydhi.com/download/linux-2023" style="background-color:rgb(255, 255, 255);font-size:14px;">MIKE Zero 2023 and FEFLOW for Linux (mikepoweredbydhi.com)</a><span style="font-size:14px;"> and all version number "75"  should be replaced with "80"。<br>
I also tried install feflow75 on my machine, since FEFLOW 75 seems only tested for Ubuntu 20.04, <br>
user needs to manually install <code>libicu66_66.1-2ubuntu2.1_amd64.deb </code><code>libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb</code><br>
and <code>cp /usr/share/fonts/truetype/dejavu/* /opt/feflow/common/qt/lib/fonts/</code>  to fix some compatibility issues.</span></blockquote>