-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathConstants.py
53 lines (38 loc) · 1.36 KB
/
Constants.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Created on Wed Aug 28 15:20:50 2019
@author: stefan
"""
FingerMesh = 'FingerWithCavities_NewIteration_Full.step'
# FingerMesh = 'FingerWithCavitiesV6.step'
Volumetric_CharacteristicLengthFactor = 1
Volumetric_CharacteristicLengthMax = 5
Volumetric_CharacteristicLengthMin = 0.1
Surface_CharacteristicLengthFactor = 0.5
Surface_CharacteristicLengthMax = 3
Surface_CharacteristicLengthMin = 0.1
# Partial Rigidification
TipBoxCoords = [-71, -71, 49.5, 71, 71, 52.5]
MainBodyCoords = [-71, -71, -10, 71, 71, 49.5]
# FixedBod
FixedBoxCoords = [-50, -30, -30, -25, 30, 30]
# Material params
PoissonRation = 0.48
YoungsModulus = 12000+8000
# Cable locations
Radius = 30 # distance of cables from Z in XY-plane
TotalHeight = 51 # mm
RigidPartHeight = 8 # mm
SensorOffset = 1
CableAngle1 = 30
CableAngle2 = 150
CableAngle3 = 270
# Cavity Geometry
Cavity_CharacteristicLengthFactor = 0.43
# Markers
MarkerHeight = 5.5
# ModelTipHeight = 52.5 # This value is derived from the CAD-model, but also 'empirical',
# because it is difficult to know, where exactly Opti-track places the markers in height.
ModelTipHeight = 52 # This value is derived from the CAD-model, but also 'empirical',
# because it is difficult to know, where exactly Opti-track places the markers in height.