marioalexis
3dbb4b3dd3
Fem: Improve constraint tie - partial fixes #11653
2024-01-26 13:44:16 -03:00
marioalexis
7e5bb7361a
Fem: Improve constraint contact - partial fixes #11653
2024-01-26 13:44:16 -03:00
marioalexis
56d4214317
Fem: Improve self weight constraint - fixes #11652
2024-01-20 08:57:46 -07:00
Uwe
af684644ab
Fem: Change ConstraintPressure::Force property to App::PropertyForce
2023-10-04 17:03:28 -03:00
Uwe
d115018b94
Fem: Change ConstraintPressure::Pressure property to App::PropertyPressure
2023-10-03 17:44:31 -03:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Bernd Hahnebach
688fe0d2fb
FEM: pep8, more code formatting
2023-04-06 08:13:42 +02:00
Uwe
cc6c98c1d4
[FEM] Temperature constraints overhaul
...
- fix bug that changing constraint type in dialog lost flux value
- accept and not immediately save any changed value
- make the temperatures a PropertyTemperature to get rid of hacks
- also fix some too long code lines
2023-03-28 01:23:47 +02:00
Pesc0
1c093e8729
remove remaining six dependencies
2023-03-26 23:39:00 +02:00
Uwe
45743d4fbd
[FEM] improve displacement constraint
...
- use a Distance and Angle property to get the unit handling right
2023-03-23 00:50:40 +01:00
luz paz
e9b624df36
[FEM] Substitute underscore for whitespace in CalculiX solver output
...
Fixes #7360
Forum thread: forum.freecadweb.org/viewtopic.php?p=617376#p617376
2022-08-13 16:41:59 +02:00
Uwe
e76fbe6998
[FEM] fix CCX (new framework) binary handling
...
- when the binary was not found, the function called the non-existing binary
- also push error message to the status info so that user gets feedback also when report view console is not shown
2022-07-17 01:28:54 +02:00
Bernd Hahnebach
41a8ed83af
FEM: python code formatting
2022-07-12 15:04:26 +02:00
luz paz
d877ee4d47
Make source code comments use gender neutral pronouns
...
The changes also include some grammatical fixes as well.
2021-12-02 16:18:04 -05:00
Ajinkya Dahale
16a82d1eb7
[FEM] Add tools for more yield points in simple hardening materials
...
String List instead of String should allow for arbitrarily many entries,
theoretically.
Note the defaults previously in `YieldPoint1` an `YieldPoint2` were arbitrary.
Now the list is kept empty by default.
Fixes issue #4720 .
2021-09-17 11:07:16 +02:00
Bernd Hahnebach
79fe953c60
FEM: pep8 code formating
2021-08-18 21:21:33 +02:00
Ajinkya Dahale
0a91d2e731
[FEM] Change reference files to avoid failed tests
...
Fixes two errors introduced in/due to 7621382272ae712ebf4493d996d1a1a918e95df7.
First one is a typo. The writer used "translations" where the reference file for
the test used "translation". Went with "translation" since that was mentioned in
the comment just above.
Second one is some missed out new lines in the reference file
`.../constraint_transform_beam_hinged.inp`. These lines were added in
`.../frequency_beamsimple.inp` but not here.
2021-08-18 17:19:24 +02:00
fandaL
df215f4fce
FEM:request for reaction forces on Constraint displacement
2021-08-11 10:02:40 +02:00
Bernd Hahnebach
b1febc8930
FEM: tasks module for z88, mystran and calculix, code improvements
2021-08-06 21:35:11 +02:00
Bernd Hahnebach
7af6e21b05
FEM: calculix writer, beam cross section angle, improvements and fixes
2021-08-04 15:52:00 +02:00
Bernd Hahnebach
523d5eb672
FEM: calculix writer, femelement geometry, code formating
2021-08-04 15:51:55 +02:00
Bernd Hahnebach
177405810d
FEM: calculix writer, delete formatting comment, no longer needed as alle calculix input values are formatted the time being
2021-08-03 22:28:58 +02:00
Bernd Hahnebach
d1d9b633b9
FEM: calculix writer, reaction forces, add some comment
2021-08-03 16:59:15 +02:00
Bernd Hahnebach
2c37bc6b98
FEM: calcuix writer, fix circular beam section
2021-08-02 18:29:25 +02:00
Bernd Hahnebach
00a6821903
FEM: calculix writer, force constraint, do not write zero loads
2021-08-02 11:14:11 +02:00
Bernd Hahnebach
25220fd6a9
FEM: calculix framework solver, do not rais a exception on problems
2021-07-28 23:22:37 +02:00
Bernd Hahnebach
5b05a0baed
FEM: solver, improve analysis member tests
2021-07-27 23:42:09 +02:00
Bernd Hahnebach
33679f34b4
FEM: solver run, improve output
2021-07-27 21:57:23 +02:00
Bernd Hahnebach
c0c1979a0a
FEM: calculix writer, constraint force, code formating
2021-07-25 19:19:41 +02:00
Bernd Hahnebach
0c00f5e85c
FEM: solver tasks, use same result reading method name in all solver
2021-07-25 19:18:13 +02:00
Bernd Hahnebach
73d819a1e1
FEM: calculix writer, use generic elset variable names
2021-07-20 09:54:49 +02:00
Bernd Hahnebach
2aeba3674a
FEM: tasks and writer, use generic solver input writing method name
2021-07-18 14:47:50 +02:00
Bernd Hahnebach
e172c07534
FEM: calculix writer, fix time output
2021-07-17 20:46:42 +02:00
Bernd Hahnebach
fcb91f36af
FEM: make use of mesh data getter class for calculix solver and ccxtools
2021-07-17 20:46:36 +02:00
Bernd Hahnebach
895c817f56
FEM: calculix writer, use mat geo sets instead of ccx elsets
2021-07-17 20:46:29 +02:00
Bernd Hahnebach
666ce64959
FEM: calculix writer, make use of the member objs everywhere
2021-07-16 08:11:21 +02:00
Bernd Hahnebach
5f57d48b55
FEM: calculix writer, code formating
2021-07-16 08:11:15 +02:00
Bernd Hahnebach
8e39ad5755
FEM: separate getting the mesh sets from writer class
2021-07-15 21:57:02 +02:00
Bernd Hahnebach
856bc75710
FEM: calculix writer, matgeosets, code formating
2021-07-15 21:03:08 +02:00
Bernd Hahnebach
d93e262184
FEM: calculix writer, materials, delete code added by mistake with 68aba941df1
2021-07-15 00:09:47 +02:00
Bernd Hahnebach
a8ac4f5fb6
FEM: calculix writer, improve information about units in input file
2021-07-14 10:46:43 +02:00
Bernd Hahnebach
e7efd877d8
FEM: calculix writer, improve floats writing for femelement material
2021-07-14 10:15:18 +02:00
Bernd Hahnebach
fef8689c48
FEM: calculix writer, improve floats writing for femelement geometry
2021-07-14 09:16:47 +02:00
Bernd Hahnebach
bbbb8760ab
FEM: calculix writer, continue improve floating point writing for constraints
2021-07-14 09:16:39 +02:00
Bernd Hahnebach
3777067694
FEM: calculix writer, improve floating point writing
2021-07-13 22:27:31 +02:00
Bernd Hahnebach
70b5e77220
FEM: calculix writer, use better writing for young's modulus, improves 3cc7e38434c504
2021-07-13 20:52:48 +02:00
Bernd Hahnebach
42aff5d040
FEM: calculix writer, materials, comment
2021-07-13 16:37:27 +02:00
Bernd Hahnebach
f579b434f1
FEM: calculix writer, print getting sets time
2021-07-13 13:27:57 +02:00
Bernd Hahnebach
a7a2f31bc5
FEM: cslculix writer, fix if young's modulus is smaller than 500 kPa
2021-07-13 09:32:47 +02:00
Bernd Hahnebach
7f44954d62
FEM: calculix writer, small improvements
2021-07-13 09:32:20 +02:00