Search found 2566 matches

by Jee-Bee
Fri Sep 25, 2015 7:34 pm
Forum: Open discussion
Topic: Plugin Loader
Replies: 79
Views: 39202

Re: Plugin Loader

I had some trouble installing the yaml parser to read the configuration files for Mac OSX. Because I don't have a Mac its not so easy to debug this problem. My idea now is to write a simplified parser for my cases in pure python, this will work platform independent. I think next month. I have it to...
by Jee-Bee
Sat Sep 19, 2015 12:46 pm
Forum: FEM
Topic: Some more automatic FEM tests - win/mac testers needed
Replies: 11
Views: 2665

Re: Some more automatic FEM tests - win/mac testers needed

PrzemoF wrote:No need for that - calculix creates frd/dat from inp. We have all of that in the source code: inp is created by FreeCAD and I added a real life dat/frd that are used as a simulated results of calculations.
Can you explain what you mean??
by Jee-Bee
Sat Sep 19, 2015 7:42 am
Forum: FEM
Topic: Some more automatic FEM tests - win/mac testers needed
Replies: 11
Views: 2665

Re: Some more automatic FEM tests - win/mac testers needed

Jee-Bee wrote:Did not other test yet. Maybe tomorrow if i have time
Forgotten that i don't get calculix installed at OSX… So get any results…
I can create inp file…
by Jee-Bee
Fri Sep 18, 2015 6:29 pm
Forum: FEM
Topic: Some more automatic FEM tests - win/mac testers needed
Replies: 11
Views: 2665

Re: Some more automatic FEM tests - win/mac testers needed

Building works fine.. Did not other test yet. Maybe tomorrow if i have time
OSX 10.8.5
by Jee-Bee
Wed Sep 16, 2015 7:54 pm
Forum: Help on using FreeCAD
Topic: Arch WB whats going wrong
Replies: 5
Views: 800

Re: Arch WB whats going wrong

So, Jee-Bee, before entering the coordinates move your mouse cursor out of the 3D window.... I do. But the option values change also between typing start point and end point. I shall make a screenshot wow it looks… think tomorow As for decimal separator you used . but your locale is set to , theref...
by Jee-Bee
Sun Sep 13, 2015 12:30 pm
Forum: Help on using FreeCAD
Topic: Arch WB whats going wrong
Replies: 5
Views: 800

Arch WB whats going wrong

Hello I just started the Arch WB but it drives me crazy. I don't get the wall in the dimensions i want they have... Posseble true stupid reactions of the wall options. I want create a wall from [0,0,0] to [0,-3160,0] wall thickness 0.15 m and height 2.5 m. But when i start the wall feature i get the...
by Jee-Bee
Sun Sep 06, 2015 6:43 pm
Forum: FEM
Topic: Frequency analysis test - help needed
Replies: 22
Views: 5226

Re: Frequency analysis test - help needed

PrzemoF wrote:I need more to find out what's wrong - the important part in somewhere higher in the compilation output. Also try building from a clean directory.
I have no more information anymore... I downoad the zip from GIt so every verion is a clean build.
Version 4 build right!
by Jee-Bee
Sun Sep 06, 2015 3:37 pm
Forum: FEM
Topic: Frequency analysis test - help needed
Replies: 22
Views: 5226

Re: Frequency analysis test - help needed

At ubuntu also error on Version 3

Code: Select all

[ 89%] Built target PartGui
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
by Jee-Bee
Sat Sep 05, 2015 11:22 am
Forum: FEM
Topic: Frequency analysis
Replies: 64
Views: 18617

Re: Frequency analysis

Thanks for pointing that out! I'll include frequency limits in my test branch, but I don't think mei[0] has any value for us - it's an internal ccx variable. Please correct me if I'm wrong. I don't know (yet) i just dive into it. I don't know how to use the information i found. I think i need to le...
by Jee-Bee
Sat Sep 05, 2015 8:37 am
Forum: FEM
Topic: Frequency analysis
Replies: 64
Views: 18617

Re: Frequency analysis

- number of modes OR Frequency range or max (min and serval modes) according to this link limits of low and high frequencies are possible And link FREQUENCY CALCULATIONS mei[0] number of requested eigenvalues mei[1] number of Lanczos vectors mei[2] maximum number of iterations mei[3] if 1: store ei...