Search found 6 matches

by ndrs
Mon Sep 10, 2018 1:11 pm
Forum: CfdOF / CFD
Topic: Interesting project: DesignSPHysics fluid simulator
Replies: 78
Views: 44213

Re: Interesting project: DesignSPHysics fluid simulator

Oh ok! Thank you. Just let me know the new Github location here and I'll change it on the Add-ons repo directly. ;) Maybe you can ask the new maintainer if she is interested to introduce herself here to the FC community? Sure! Now the project is in https://github.com/DualSPHysics/DesignSPHysics as ...
by ndrs
Mon Sep 10, 2018 1:01 pm
Forum: CfdOF / CFD
Topic: Interesting project: DesignSPHysics fluid simulator
Replies: 78
Views: 44213

Re: Interesting project: DesignSPHysics fluid simulator

BTW, I'm not the mantainer of DesignSPHysics anymore, but I'll keep helping over here whenever is possible. Who is the new maintainer? Also can you please make them aware of https://forum.freecadweb.org/viewtopic.php?f=10&t=30624 She's starting to work on DesignSPHysics right now, this week, so...
by ndrs
Mon Sep 10, 2018 12:35 pm
Forum: CfdOF / CFD
Topic: Interesting project: DesignSPHysics fluid simulator
Replies: 78
Views: 44213

Re: Interesting project: DesignSPHysics fluid simulator

HII! i´m new here, please i need help... Basically i dont can run my simulation... when i click on Run (CPU option) Error window say ... Hi Steban. Your problem resides in fluid not being created. For what it's seen in your screenshot it seems that water is correctly defined and added. Did you Save...
by ndrs
Mon Jan 29, 2018 9:39 am
Forum: CfdOF / CFD
Topic: Interesting project: DesignSPHysics fluid simulator
Replies: 78
Views: 44213

Re: Interesting project: DesignSPHysics fluid simulator

Hi there! This is my first post in this thread. The user luzpaz notified me in an issue, I didn't even know this was here! :) So I'm seeing you are testing a lot of interesting things, I hope to solve your doubts and I'll check and write regularly over here. I try to run a very simple simulation (fa...
by ndrs
Mon Jan 29, 2018 9:22 am
Forum: Python scripting and macros
Topic: [Help] Accessing Document::isModified() from Python script
Replies: 3
Views: 4150

Re: [Help] Accessing Document::isModified() from Python script

Gui.ActiveDocument.Modified Thank you! Although I wanted to set the flag too. As far as I understand that's only the property that the GUI has access to, so if I want to force that a document is modified I guess I can't do it. I'll try to investigate further. I'm developing a GUI sofware bootstrapp...
by ndrs
Thu Jan 18, 2018 11:20 am
Forum: Python scripting and macros
Topic: [Help] Accessing Document::isModified() from Python script
Replies: 3
Views: 4150

[Help] Accessing Document::isModified() from Python script

Hi there! I'm developing a GUI sofware bootstrapped by a Macro in FreeCAD, and I'm wondering how to access Document::isModified() from there. So far I've tried: App.getDocument("myDocument").isModified() as getDocument returns a Document object which has that function in the C++ source. Ho...