Search found 112 matches

by KAKM
Sat Oct 01, 2022 4:06 pm
Forum: CfdOF / CFD
Topic: is there a way to custom new materials?
Replies: 10
Views: 2975

Re: is there a way to custom new materials?

oliveroxtoby wrote: Sat Oct 01, 2022 1:50 pm So, could you go ahead and open a pull request on https://gitlab.com/opensimproject/cfdof ?
Done. Ignore the closed pull request, I had some difficulty rebasing and that fork was something like a year old.
by KAKM
Sat Oct 01, 2022 1:54 am
Forum: CfdOF / CFD
Topic: is there a way to custom new materials?
Replies: 10
Views: 2975

Re: is there a way to custom new materials?

oliveroxtoby I've got it working. I seem to have failed one of the unit tests, though, and while I'm pretty sure that it doesn't indicate that my code broke CfdOF, I have no idea how to fix it-it's a path compare, which makes me think it might just be a result of running on Mac instead of Linux. FA...
by KAKM
Tue Sep 27, 2022 12:48 am
Forum: CfdOF / CFD
Topic: is there a way to custom new materials?
Replies: 10
Views: 2975

Re: is there a way to custom new materials?

I haven't come across that before. Then I guess it probably isn't particularly important, or it would have broken something by now :D . It's part of the file, and I can't tell any difference between water (which is FCdMat) and everything else (which is FCMat). Screen Shot 2022-09-26 at 8.45.08 PM.p...
by KAKM
Fri Sep 23, 2022 10:55 pm
Forum: CfdOF / CFD
Topic: is there a way to custom new materials?
Replies: 10
Views: 2975

Re: is there a way to custom new materials?

No, you're right, that should work. I might be able to steal the save function from FEM (plus or minus a bit of tweaking) depending on how exactly it was written. Though, honestly, looking at the format of the .FCMat files, this isn't going to be a big deal to write from scratch. What's the differen...
by KAKM
Thu Sep 22, 2022 2:08 am
Forum: CfdOF / CFD
Topic: is there a way to custom new materials?
Replies: 10
Views: 2975

Re: is there a way to custom new materials?

Okay, so it turns out if you use the material editor in the FEM workbench to "save as" a material into Mod/CfdOf/Data/CfdMaterialProperties but don't use add a property to add a 'Type' property, it throws a key error and you can't open the material selection dialog. (the type property is s...
by KAKM
Wed Sep 21, 2022 11:29 pm
Forum: CfdOF / CFD
Topic: cfMesh error on parallel and sim error as well [solved]
Replies: 3
Views: 964

Re: cfMesh error on parallel and sim error as well

shIxx wrote: Wed Sep 21, 2022 5:47 pm This thread can be deleted!
We leave up threads like this so that people in the future who have similar problems can find them. It's helpful if you can go in and edit the post subject to include [SOLVED], instead of us deleting the inactive thread.
by KAKM
Sat Sep 17, 2022 4:32 pm
Forum: CfdOF / CFD
Topic: Error on refinement tybe "insideSurface"
Replies: 5
Views: 1610

Re: Error on refinement tybe "insideSurface"

That error means that "insideSurface" isn't a refinement type it recognizes. What OpenFOAM version are you using? It should say in the documentation somewhere what allowable values for refinement type are. If you can't find that, you might try "surface" as the refinement type ins...
by KAKM
Sat Sep 17, 2022 3:55 am
Forum: Open discussion
Topic: MOOC Workbench create tutorial in GUI
Replies: 23
Views: 5334

Re: MOOC Workbench create tutorial in GUI

I wonder why you need this signal/slot at all. Can't you just instantiate a CommandSelection and add it as a member to ActionRecorder? The function handle_filter could be changed to return the command object and inside eventFilter call add_command of the CommandSelection instance. I probably don't....
by KAKM
Sat Sep 17, 2022 2:50 am
Forum: Announcements & Features
Topic: Addon Manager Redesign 2021
Replies: 392
Views: 118360

Re: Addon Manager Redesign 2021

Bummer. The last time I tried to update FreeCAD for a bug fix being a bit aggravating because the homebrew builds were way behind the weekly. Can you paste in your version info? OS: macOS 10.15 Word size of FreeCAD: 64-bit Version: 0.20.28901 +1 (Git) Build type: Release Branch: ipatch.builds.git.ma...
by KAKM
Fri Sep 16, 2022 3:32 am
Forum: Announcements & Features
Topic: Addon Manager Redesign 2021
Replies: 392
Views: 118360

Re: Addon Manager Redesign 2021

Is there a way to update the addon manager through the addon manager? If not, how do I go about it? It ate my CfdOF install, tells me it's still there, crashed when I tried to uninstall and reinstall, and before I report this as a bug I'd like to make sure you haven't fixed it already.