Bernd Hahnebach
|
9f3b7ebfe0
|
FEM: code formating, flake8
|
2017-03-07 13:40:18 -03:00 |
|
Kunda
|
cfd087b33f
|
FEM typos
|
2017-03-01 09:39:25 +01:00 |
|
wmayer
|
26d437ec4b
|
resolve merge conflict
|
2017-02-28 19:14:46 +01:00 |
|
wmayer
|
e3ea61d165
|
resolve merge conflict
|
2017-02-28 18:51:53 +01:00 |
|
Kunda
|
f4b84e8963
|
FEM: source code typos, issue 0002914
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
3ee9aa0bbf
|
FEM: code formating, flake8
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
260f2760e3
|
FEM: ccx input writer, write object labels as comments
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
1286365de0
|
FEM: ccx input writer, typo
|
2017-02-28 17:35:26 +01:00 |
|
kgoao
|
b4b3d1ecb4
|
FEM: 1DFlow, ccx solver handling
|
2017-02-28 17:35:26 +01:00 |
|
Bernd Hahnebach
|
50dc32e6b6
|
FEM: ccx writer, write peeq output request to input file if nonlinear material analysis,
by sodelo
|
2017-02-21 14:09:27 +01:00 |
|
Bernd Hahnebach
|
93ce4263bd
|
FEM: ccx writer, better handling of different analysis types
|
2017-02-16 14:00:40 +01:00 |
|
Bernd Hahnebach
|
0cc8a7d343
|
FEM: splitted input file, fix if there is no constraint fix but constraint displacement and plane rotation instead
|
2017-01-22 17:31:08 +01:00 |
|
vdwalts
|
e9ebb8f460
|
FEM: workaround, Scaling factor needed to obtain correct results when using DFLUX or CFLUX card.
|
2016-12-21 11:27:42 -02:00 |
|
Bernd Hahnebach
|
a2b4541114
|
FEM: beam section properties, use diameter instead of radius
|
2016-12-21 11:27:41 -02:00 |
|
kgoao
|
d5bf55555d
|
FEM: BeamSection: Allow other beam section types
|
2016-12-21 11:27:41 -02:00 |
|
kgoao
|
93b7aceb0e
|
FEM: FemConstraintHeatflux: Add DFLUX option to heat flux constraint
|
2016-12-21 11:27:41 -02:00 |
|
kgoao
|
b264aa2e12
|
FEM: FemConstraintTemperature: Add CFLUX option to temperature constraint
|
2016-12-21 11:27:41 -02:00 |
|
Bernd Hahnebach
|
b0b48bb92e
|
FEM: code formating, make all python module start the same way
- module info
- doxygen documentation
- imports
- code
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
0bf436b484
|
FEM: code formating, get flake8 quired
|
2016-11-22 19:50:50 +01:00 |
|
Bernd Hahnebach
|
ecbe075bb7
|
FEM: activate binary search get_femelement_by_femnodes_bin for volume meshes
|
2016-11-22 19:50:50 +01:00 |
|
Yorik van Havre
|
bf0d37bf28
|
Doc: Fixes in doxygen docs for Draft,Arch, FEM
|
2016-11-17 17:04:09 -02:00 |
|
Bernd Hahnebach
|
27b256f971
|
FEM: ccx input file splitting, small improvements
|
2016-11-02 18:09:48 +01:00 |
|
vdwalts
|
b01f7cefb2
|
FEM: Add separate definitions for split AND non-split input writer files to FemInputWriterCcx.py
|
2016-11-02 18:09:48 +01:00 |
|
Bernd Hahnebach
|
c9175cacc0
|
FEM: constraint pressure, move geting the faces from FemInputwriterCcx to FemInputWriter and FemMeshTools module
|
2016-10-17 11:23:07 +02:00 |
|
Bernd Hahnebach
|
366f94db68
|
FEM: use group data for multi body material analysis, if available
|
2016-10-03 21:46:44 -03:00 |
|
Bernd Hahnebach
|
571dcc65a0
|
FEM: CaluliX inpfile writer, print file writing time
|
2016-10-03 21:46:44 -03:00 |
|
Bernd Hahnebach
|
53aa7a228d
|
FEM: fix unit tests
|
2016-09-27 13:04:47 -03:00 |
|
Bernd Hahnebach
|
d5bc6ba441
|
FEM: multiple nonlinear materials, each nonlinear material is based on a linear material
|
2016-09-27 13:04:47 -03:00 |
|
Bernd Hahnebach
|
0546bba185
|
FEM: nonlinear materials, solver CalculiX implementation
|
2016-09-27 13:04:47 -03:00 |
|
Bernd Hahnebach
|
5217f0aa8c
|
FEM: change ccx solver property name
from IterationsMaximum to IterationsThermoMechMaximum and
only write if set > 0
|
2016-09-27 13:04:47 -03:00 |
|
Bernd Hahnebach
|
88e0255209
|
FEM: ccx input file, remove trailing whitspaces and not needed comma
|
2016-09-27 13:04:47 -03:00 |
|
Bernd Hahnebach
|
d004a1190a
|
FEM: change ccx solver property name from SteadyState to TheromMechSteadyState
|
2016-09-27 13:04:46 -03:00 |
|
Bernd Hahnebach
|
bf1228b8cb
|
FEM: transient thermomech analysis (steadystate == true) needs density
|
2016-09-27 13:04:46 -03:00 |
|
kgoao
|
f9e7a774da
|
FEM: ConstraintTransform: Solver implementation
FEM: ConstraintTransform: Flake8 formatting for python files
FEM: ConstraintTransform: TransformType App::PropertyEnumeration
|
2016-09-27 13:04:46 -03:00 |
|
Bernd Hahnebach
|
b70f0d09e3
|
FEM: ccx input writer: reorder defs and def calls and
- fix presure and force are written for thermomech too
- change some comments
- fix FEM unit tests
|
2016-08-10 12:53:55 +02:00 |
|
Bernd Hahnebach
|
69c4bac5a5
|
FEM: materials: simplify input writing and add pre checks for material value keys
|
2016-08-08 08:03:27 +02:00 |
|
Bernd Hahnebach
|
bf5a0604eb
|
FEM: solver object is used to write the eigenmode params to input file
|
2016-08-08 08:03:26 +02:00 |
|
Bernd Hahnebach
|
e9350d5679
|
FEM: ccx writer: explicit format diggits of material values for passing unit tests
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
ea9a0a5f6a
|
FEM: ccx input writer: remove newline
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
2ba3e3323c
|
FEM: code formating: flake8
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
ae1730c957
|
FEM: calculix solver: better handling of iterations control parameter and
add them to FEM unit test
|
2016-08-04 17:45:04 +02:00 |
|
makkemal
|
430591643f
|
FEM: Change thermo mechanical to coupled analysis and add control parameters for convergence
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
ba31b1224d
|
FEM: ccx input writer: add some comments
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
2a1cbf9c78
|
FEM: constraint thermomech: add implementation for solver CalculiX and fix FEM unit tests
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
c15ed5a02d
|
FEM: use new CalculiX matrix solver types (spooles, iterativecholesky, etc.) in ccx file writer
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
215ed3669b
|
FEM: constraint plane rotation: add implementation for solver CalculiX
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
a33917f903
|
FEM: constraint contact: add implementation for solver CalculiX
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
0f24a77ddd
|
FEM: fix z88 solver and resort fem objects in tools and writer
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
683c07a740
|
FEM: solver CalculiX: add geometrical nonlinear analysis
|
2016-08-04 17:45:04 +02:00 |
|
Bernd Hahnebach
|
465c0d7869
|
FEM: ccx writer: change some wrong ccx input file comments and fix FEM unit tests
|
2016-08-04 17:45:04 +02:00 |
|