Bernd Hahnebach
a28ffd64bc
FEM: code formating, flake8
2017-08-02 12:45:15 +02:00
makkemal
8341e0ea4a
FEM: 3D beam/shell output preferences
...
FEM 3D Beam shell output ui update
FEM: 3d Beam/Shell output ui variables added
2017-08-02 12:45:15 +02:00
Bernd Hahnebach
71a283f8fa
FEM: move 1DFlow inout nodes file into analysis directory and do not delete it
2017-07-21 17:35:43 +02:00
Bernd Hahnebach
d37189fb60
FEM: working dir, check if it has a slash at the end, if not add one
2017-07-21 17:35:43 +02:00
luzpaz
87e5472a60
FEM: typo
2017-07-11 13:22:12 -04:00
Bernd Hahnebach
3f16f0ae62
FEM: nonlinear material, add a third yield point and only write yield points if they are not empty
2017-07-03 19:27:38 +02:00
Bernd Hahnebach
de9dbc453f
FEM: ccx input writer, if eigenvalue limits are set to 0.0, omit them in input file
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
9f18fa6fd4
FEM: ccx writer, change a comment
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
f29424cf76
FEM: solver calculix, allow user time steps without Parameter DIRECT
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
2ea7a1fc6f
FEM: ccx input writer, do not write EigenmodeLimits if they are set to -1.0
2017-06-09 06:49:18 +02:00
Bernd Hahnebach
086d2ed0bb
FEM: ccx input writer, better writing code in ccx elsets
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
c85d8c61e3
FEM: ccx input writer, move some defs from ccx input file writer to input file writer:
...
- get the material sets and write them to material objects
- get the geometry beam and shell sets as well as the fluid beam sets and write them to the objects
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
85deb88789
FEM: ccx input writer, use variables for elementset names instead of hardecoded values
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
de8d421cef
FEM: ccx input writer, code typo, use an elif instead of if
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
a9fb191de1
FEM: ccx input writer, check for string type instead of the specific string Eall
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
e6642d43b1
FEM: ccx input writer, split ccx element set writing and 1D-Flow element set id retriving from each other
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
94775af24b
FEM: ccx inputwriter, get rid of a duplicate in 1DFlow section
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
2fed6fd10c
FEM: ccx input writer, code formating
2017-06-07 23:32:36 -03:00
Bernd Hahnebach
7ed786cf86
FEM: constraint pressure, add support for shell meshes if they have group data
2017-05-27 19:57:28 -03:00
Bernd Hahnebach
77e4a6d20d
FEM: code formating, flake8
2017-03-07 13:40:18 -03:00
Kunda
c110499d06
FEM typos
2017-03-01 09:39:25 +01:00
wmayer
6c720ced84
resolve merge conflict
2017-02-28 19:14:46 +01:00
wmayer
df67368134
resolve merge conflict
2017-02-28 18:51:53 +01:00
Kunda
90aeb372f5
FEM: source code typos, issue 0002914
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
07d1dccebb
FEM: code formating, flake8
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
cc2c51b81d
FEM: ccx input writer, write object labels as comments
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
de0cf45543
FEM: ccx input writer, typo
2017-02-28 17:35:26 +01:00
kgoao
8bb1df3736
FEM: 1DFlow, ccx solver handling
2017-02-28 17:35:26 +01:00
Bernd Hahnebach
eb14ba516e
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
e111440c6b
FEM: ccx writer, better handling of different analysis types
2017-02-16 14:00:40 +01:00
Bernd Hahnebach
d553d50432
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
5abb99b37f
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
c06c150d9b
FEM: beam section properties, use diameter instead of radius
2016-12-21 11:27:41 -02:00
kgoao
7110a4e2c7
FEM: BeamSection: Allow other beam section types
2016-12-21 11:27:41 -02:00
kgoao
96a705dc7d
FEM: FemConstraintHeatflux: Add DFLUX option to heat flux constraint
2016-12-21 11:27:41 -02:00
kgoao
0cddd74255
FEM: FemConstraintTemperature: Add CFLUX option to temperature constraint
2016-12-21 11:27:41 -02:00
Bernd Hahnebach
8d786be579
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
8713b7b29e
FEM: code formating, get flake8 quired
2016-11-22 19:50:50 +01:00
Bernd Hahnebach
8ca705c2d9
FEM: activate binary search get_femelement_by_femnodes_bin for volume meshes
2016-11-22 19:50:50 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Bernd Hahnebach
fc91712b85
FEM: ccx input file splitting, small improvements
2016-11-02 18:09:48 +01:00
vdwalts
0d8f42637c
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
746ee873aa
FEM: constraint pressure, move geting the faces from FemInputwriterCcx to FemInputWriter and FemMeshTools module
2016-10-17 11:23:07 +02:00
Bernd Hahnebach
56b153070d
FEM: use group data for multi body material analysis, if available
2016-10-03 21:46:44 -03:00
Bernd Hahnebach
a1fe777626
FEM: CaluliX inpfile writer, print file writing time
2016-10-03 21:46:44 -03:00
Bernd Hahnebach
80be790af9
FEM: fix unit tests
2016-09-27 13:04:47 -03:00
Bernd Hahnebach
9db81d238a
FEM: multiple nonlinear materials, each nonlinear material is based on a linear material
2016-09-27 13:04:47 -03:00
Bernd Hahnebach
956a13da38
FEM: nonlinear materials, solver CalculiX implementation
2016-09-27 13:04:47 -03:00
Bernd Hahnebach
6e05fb0d29
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
33efb04d47
FEM: ccx input file, remove trailing whitspaces and not needed comma
2016-09-27 13:04:47 -03:00