Uwe
f6abb77758
[FEM] add new constraint for magnetization
2023-02-09 14:41:25 +01:00
Uwe
2ffd650f20
[FEM] add support to show absolute value result fields
...
- for harmonically driven forces, the results of course also have an imaginary part. Elmer outputs the real and the imaginary parts as separate result field. However, for several applications one needs the absolute (sqrt(Re^2+Im^2)
- therefore offer also absolute field if there are real/imaginary results
2023-02-09 14:36:26 +01:00
Uwe
bdfe5e764c
[FEM] Elmer: magneto 2D use magnetization
...
- take magnetization into account for the magnetodynamic2D equation
2023-02-09 07:27:44 +01:00
Uwe
7c4a3c160c
[Material] allow to use vectorial properties
...
- for electromagnetics we have vector fields and thus need to specify components
- as first step use the new material "Magnetization"
- also get rid of annoying debug messages output on normal use in the material dialog
2023-02-09 07:26:22 +01:00
Uwe
f942353ef3
[Material] new card for Iron
2023-02-09 06:25:43 +01:00
Uwe
b3f04f5639
[App] fixes for Magnetization property
2023-02-09 05:32:20 +01:00
Chris Hennes
97b3a0cdaf
Addon Manager: Fix GUI tests on macOS
2023-02-08 19:28:50 -07:00
Uwe
89b37f7f7a
[FEM] [skic ci] fix arrows in CurrentDensity icon
...
- Qt 5.x is not SVG-2 ready
2023-02-08 21:19:42 +01:00
Uwe
94a5bf7780
[Core] add quantity Magnetization
...
- needed for FEM and Material
2023-02-08 20:33:58 +01:00
Uwe
a58c74c556
[Core] disable the the unit Oersted
...
- is not feasible for practical usage and (was up to now not used, thus no consequence)
moreover, Oersted is a cgs unit while we use SI units, thus also not suitable for FEM, only makes problems for magnetization
2023-02-08 19:59:36 +01:00
Uwe
e96c796477
[FEM] [skip ci] Elmer write: move a check function
2023-02-08 17:04:37 +01:00
luzpaz
a40a5dcad2
Fix trailing newlines
2023-02-08 15:08:42 +01:00
Uwe
7f7fb62239
[FEM] Elmer: extent potential constraint
...
- it is now possible to specify a an electric potential vector field
2023-02-08 07:02:35 +01:00
Uwe
182f4502dc
[App] [skip ci] add info for expression lexer generation
2023-02-08 06:34:59 +01:00
Uwe
ae2a1050ef
[FEM] [skip ci] constraint_currentdensity.py: fix a typo
2023-02-08 06:27:27 +01:00
Roy-043
8a47d5ffbe
[Draft] fix Draft_Clone DiffuseColor delay issue during unit test ( #8386 )
2023-02-07 22:40:29 +01:00
wmayer
9dc366f817
Gui: fix regression that NaviCube cannot be switched off any more
2023-02-07 22:16:09 +01:00
wmayer
00813654a1
Gui: recreate NaviCubes of all 3D views
2023-02-07 22:16:09 +01:00
wmayer
cabc8e0ff4
Gui: remove Q_SLOTS decorator and use connect() to bind the signal
2023-02-07 22:16:09 +01:00
wmayer
c5af2e3a25
Gui: fix and harmonize tool tips
2023-02-07 22:16:09 +01:00
wmayer
c0a5c68b7d
Gui: use QString::fromStdString for std::string
2023-02-07 22:16:09 +01:00
wmayer
30d2b24cf6
Gui: move calls of OnChange to separate method
...
and explicitly call the class' method to fix warning about bypassing virtual dispatch during construction
2023-02-07 22:16:09 +01:00
wmayer
1122143126
Gui: move calls of OnChange to separate method
...
and explicitly call the class' method to fix warning about bypassing virtual dispatch during construction
2023-02-07 22:16:09 +01:00
Adrian Popescu
080d340345
Disabled Accessibility on SheetTableView
2023-02-07 16:42:54 +01:00
Yorik van Havre
d8b0e64e14
Merged crowdin translations
2023-02-07 15:55:31 +01:00
Yorik van Havre
94cd431eb2
updated ts files
2023-02-07 15:55:31 +01:00
Uwe
a841eee7bb
[FEM] Elmer: better sorting of equations
...
- the elctricforce equation is actually a postprocessor and thus should not be first in the list, but after the electrostatics equation (where it belongs to technically)
- also change menu name to be consistent with the other FEM menus
2023-02-07 14:19:56 +01:00
Uwe
3e7334b7a8
[FEM] Elmer writer: correct copyrights
2023-02-07 11:52:18 +01:00
Uwe
ca05213e2e
[FEM] Elmer: add support for 2D magnetodynamics
...
- adds the corresponding Elmer equation (it is now possible to do Elmer's tutorial example no. 16)
2023-02-07 11:06:22 +01:00
Uwe
a5e0ac5949
[FEM] Elmer writer: sort out elasticity equation
...
- sort out elasticity equation - last step to refactor writer.py
2023-02-07 04:33:20 +01:00
Uwe
bd0f39e7c9
[FEM] Elmer writer: sort out electricforce equation
...
- sort out electricforce equation - next step to refactor writer.py
2023-02-07 03:59:59 +01:00
Uwe
a26ac3249d
[FEM] Elmer writer: sort out flow equation
...
- sort out flow equation - next step to refactor writer.py
2023-02-07 03:21:25 +01:00
Uwe
5d12dcf1ed
[FEM] Elmer writer: sort out flux equation
...
- sort out flux equation - next step to refactor writer.py
2023-02-07 02:40:59 +01:00
Uwe
240e2aa816
[FEM] Elmer writer: sort out heat equation
...
- sort out heat equation - next step to refactor writer.py
2023-02-07 02:03:53 +01:00
Uwe
177fdcd02b
[FEM] Elmer electrostatic improvements
...
- output only a reasonable number of digits for vacuum permittivity
- output the FC label of potential constraints as comment (helps a lot when having several constraints)
2023-02-07 00:38:50 +01:00
Uwe
4ac2f8fe1a
[FEM] Elmer: refactor writer for electrostatics
...
- the writer.py is to large to keep the overview, thus sort out the handling of the different equations (also since more equations will be added)
- This PR sorts out the electrostatic equation handling as first step (more equations will follow once this is merged)
2023-02-07 00:38:50 +01:00
Uwe
e0fa255920
[FEM] Elmer: add permeability of vacuum
2023-02-07 00:16:52 +01:00
Uwe
0bbf9fa4b0
[FEM] shorten too long lines
...
- reformatting was done by the MSVC formatter according to our current clang file
2023-02-06 23:12:53 +01:00
Roy-043
99ad01cda9
[Draft] fix ang dim arrows alignment issue related to asin ( #8368 )
2023-02-06 14:01:08 +01:00
luzpaz
2e1ad2c2ad
Gui: [skip ci] fix typo
2023-02-06 06:23:27 +01:00
edi271
ee798b0b36
[TD] Add Command Axo Length Dimension
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-02-05 14:50:44 -08:00
Roy-043
e883e9b89e
Draft: add delay in the Draft_Clone unit test ( #8363 )
2023-02-05 21:59:39 +01:00
Uwe
65eb154eac
[FEM] add current density constraint
...
- also add corresponding App::PropertyCurrentDensity
- also fix a typo in test_object.py
2023-02-05 21:10:15 +01:00
luzpaz
1f7ab06160
Fix whitespace issues
2023-02-05 16:39:58 +01:00
Yorik van Havre
ac9fde2a3d
Fixes startpage css - fixes #8330
2023-02-05 15:09:23 +01:00
Uwe
2620bcca35
[Material] fix conductivity of Copper
...
- the conductivity was by a factor 10 too low, use a common value as fix
2023-02-05 05:21:14 +01:00
Uwe
5417abaa04
[FEM] [skip ci] Elmer write: some cleanup
...
- fix also a typo
2023-02-05 03:20:56 +01:00
Uwe
e5cd6ceffc
[Start] set sensible size for DlgStartPreferences.ui
...
- as mentioned in #8330 , new size set by QtDesigner
2023-02-05 00:21:26 +01:00
Yorik van Havre
2056cd94f9
Start: Added option to hide start page scrollbars
2023-02-04 22:50:23 +01:00
Uwe
b8ce56b5e6
[FEM] Elmer output material name
...
- when looking at the Elmer input file 'case.sif' it is extremely helpful to thee also the name of the material
Since the name is only form info, this does not change the actual simulation
2023-02-04 22:11:30 +01:00