Chris Hennes
0f9f0f29ca
FEM: Add translation for Electromagnetic Constraints
2023-06-06 11:31:12 -05:00
Chris Hennes
05b85d0ddc
Sync translations
2023-06-04 14:11:21 -05:00
Chris Hennes
2686ad58b9
Update translations
2023-05-25 21:32:26 -05:00
Chris Hennes
452067c43c
Update translations
2023-05-21 19:13:11 -05:00
Chris Hennes
2798528b8f
Update translations
2023-05-18 07:49:08 -05:00
Abdullah Tahiri
260187f924
Fem: Remove Unused variable
2023-05-16 08:29:28 +02:00
wmayer
870c732d9d
Fem: Create .qm out of .ts files
2023-05-07 08:46:14 +02:00
Chris Hennes
e30a768e0a
Merged crowdin translations
2023-05-06 11:56:32 -05:00
Chris Hennes
6d186183b2
Merge pull request #9456 from chennes/femCalculixCommandName
...
FEM: Adjust translation context for SolverCalculiX
2023-05-04 19:20:42 -05:00
Chris Hennes
5cdc06c8d4
FEM: Adjust translation context for SolverCalculiX
2023-05-02 09:07:55 -05:00
Chris Hennes
1b2bbbf06b
Update translations
2023-04-29 11:10:27 -05: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
Chris Hennes
ef82b99ddc
FEM: Translate Solver Calculix
2023-04-21 15:54:51 -05:00
joha2
a6d374c0c6
FEM: XML/XDMF: removed trailing whitespaces
2023-04-20 22:42:50 +02:00
joha2
a7e7c65ffc
FEM: XML/XDMF: Console.Print* strings to F-strings (where necessary) and reformated them to avoid long lines
2023-04-20 22:42:50 +02:00
joha2
b59b7f3cea
FEM: XML/XDMF: bumped year numbers in license comments
2023-04-20 22:42:50 +02:00
joha2
1f608f2376
Fem: feminout: XML Fenics format: fixed error in read function
2023-04-20 22:42:50 +02:00
joha2
2f0758a128
Fem: feminout: write XML/XDMF Fenics formats: fixed some errors in written meshs read by meshio library
...
* XDMF: capital "Version" in tag
* XDMF: capitalizing topology names
* XML: removed data tag throwing a warning in meshio
2023-04-20 22:42:50 +02:00
Bernd Hahnebach
285b5d778f
FEM: pep8 code formatting
2023-04-20 22:40:59 +02:00
Chris Hennes
6ab3679aaf
FEM: Correct mis-spelled 'Elmer'
2023-04-20 22:39:37 +02:00
Yorik van Havre
faf98925f6
Merged crowdin translations
2023-04-20 14:04:19 +02:00
Yorik van Havre
0fd764454d
Updated ts files
2023-04-20 13:53:35 +02:00
Chris Hennes
5cb6e0733f
FEM: Fix translation of long phrase
...
The lupdate tool does not correctly parse Python string concatenation. Also, .format() calls should be made on the string returned from tr(), not on the string going into it.
2023-04-16 21:13:54 -05:00
Bernd Hahnebach
688fe0d2fb
FEM: pep8, more code formatting
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
f3cb55ef30
FEM: code formatting, pep8, E265
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
9f99a46379
FEM: code formatting, pep8, E225
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
3f7eaac7a0
FEM: code formatting, pep8, 261
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
cf7f712c44
FEM: code formatting, pep8, 226
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
c05c2f4535
FEM: code formatting, pep8, 211
2023-04-06 08:13:42 +02:00
Bernd Hahnebach
5c1fa3c24e
FEM: code formatting, pep8, 302
2023-04-06 08:13:42 +02:00
wmayer
260ac4130d
FEM: fix -Wclazy-connect-by-name
2023-04-05 00:44:13 +02:00
luzpaz
6bd40b5dcd
Fem: fix trailing whitespace
2023-04-01 08:39:05 +02:00
Uwe
7ca087a871
[FEM] TaskFemConstraintTemperature: remove unused function
2023-03-28 05:42:36 +02:00
Uwe
962dd41734
[FEM] Transform constraint overhaul
...
- fix warning about local scope
- make the angles a PropertyAngle to handle the unit
- also fix some too long code lines
2023-03-28 02:11:36 +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
Uwe
7d17ecfeba
[FEM] ConstraintDisplacement: fix property conversion
...
- as the comment correctly wrote it was a PropertyFloat before and PropertyDistance after - fox the routine accordingly
2023-03-27 21:29:52 +02:00
Uwe
9ebca4aec5
[FEM] [skip ci] add tooltip to a preferences option
2023-03-27 02:53:11 +02:00
Chris Hennes
fd1a8dc85a
Merge pull request #9067 from Pesc0/removesix
...
remove remaining six dependencies
2023-03-26 17:36:47 -05:00
Pesc0
1c093e8729
remove remaining six dependencies
2023-03-26 23:39:00 +02:00
Uwe
afecf62faf
[FEM] [skip ci] add tooltip to preferences options
2023-03-26 21:25:33 +02:00
Uwe
e90347e3f7
[FEM] fix binary check
...
- the current implementation only considers explicitly given binaries (with full path) and ignores the setting to check the environment paths
- also remove 2 trailing whitespaces
2023-03-26 19:35:20 +02:00
Uwe
bd2b95562b
[FEM] proper support for transient analyses
...
- for the first time ever you get now for every time step a result in FreeCAD
- this way also change output filename prefix to "FreeCAD" to avoid we depend on the default name Elmer gives and that was already changed in the past and to distinguish the *.vtu files from those created e.g. directly by ElmerGui
- also remove an unnecessary output to the case.sif file
2023-03-26 10:00:45 +02:00
Uwe
b0eec67163
[FEM] change example file
...
- make mesh more coarse to save calculation time
- since it is the example for transient solving, get one more result
2023-03-26 09:52:32 +02:00
Uwe
e0695a18c8
[FEM] Elmer: add missing deformation info
...
- also some formatting changes done by clang
2023-03-26 09:32:56 +02:00
Uwe
3ddb996c04
[FEM] App: improve PreCompiled.h
...
- remove unused includes
- sort entries and remove duplicates
2023-03-25 19:22:57 +01:00
Uwe
a76403df4c
[FEM] Gui: improve PreCompiled.h
...
- only include necessary Qt files
- remove unused OCC includes
- sort entries and remove duplicates
2023-03-25 18:34:01 +01:00
Uwe
f0796014bc
[FEM] Elmer: fix transient analyses
...
- different time results were never output, only the final one
the reason is that the Output Intervals intervals property was missing
- a second reason was that the result scaling solver must be executed every time an output should be generated
- the BDF Order property is a transient-only property
2023-03-25 12:29:10 +01:00
Uwe
79842733ac
[FEM] revert f3cebc81379
2023-03-25 11:38:03 +01:00
marioalexis
fc8cc7e728
Fem: Remove unnecessary type check for active analysis
2023-03-25 08:54:01 +01:00
Uwe
831f001026
[FEM] update transient analysis example file
...
- get outputs every 25 % and the last one is the final time
2023-03-25 05:48:14 +01:00