Skip to content
Snippets Groups Projects
Commit 922e630d authored by Boman Romain's avatar Boman Romain
Browse files

change syntax

parent be35c9f8
No related branches found
No related tags found
1 merge request!1new loads
Pipeline #23793 passed
Showing
with 360 additions and 180 deletions
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/CLIpro_jaw_150k.stl'
p['contact_pts'] = [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]]
p['axis_pt1'] = [47.751984, 205.253143, 26.247160]
p['axis_pt2'] = [-47.122223, 203.473282, 34.349510]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.751984, 205.253143, 26.247160],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-47.122223, 203.473282, 34.349510],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/CLIpro_jaw_150k.stl'
p['contact_pts'] = [[-34.115112, 21.823414, 10.233394],
[32.383774, 21.721252, 11.580667]]
p['axis_pt1'] = [47.751984, 205.253143, 26.247160]
p['axis_pt2'] = [-47.122223, 203.473282, 34.349510]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.751984, 205.253143, 26.247160],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-47.122223, 203.473282, 34.349510],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/CLIpro_jaw_150k.stl'
p['contact_pts'] = [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]]
p['axis_pt1'] = [47.751984, 205.253143, 26.247160]
p['axis_pt2'] = [-47.122223, 203.473282, 34.349510]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.751984, 205.253143, 26.247160],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-47.122223, 203.473282, 34.349510],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/CLIpro_jaw_150k.stl'
p['contact_pts'] = [[-34.115112, 21.823414, 10.233394],
[32.383774, 21.721252, 11.580667]]
p['axis_pt1'] = [47.751984, 205.253143, 26.247160]
p['axis_pt2'] = [-47.122223, 203.473282, 34.349510]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.654129, -90.974480, 4.162612],
[14.185822, -89.850540, 8.610174]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.751984, 205.253143, 26.247160],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-47.122223, 203.473282, 34.349510],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'250k')
p['bone'] = f'{path}/CLIpro_jaw_250k.stl'
p['contact_pts'] = [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]]
p['axis_pt1'] = [47.686401, 205.691238, 26.261269]
p['axis_pt2'] = [-50.710445, 204.954971, 26.360205]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.686401, 205.691238, 26.261269],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.710445, 204.954971, 26.360205],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'250k')
p['bone'] = f'{path}/CLIpro_jaw_250k.stl'
p['contact_pts'] = [[-34.058887, 21.742476, 9.846808],
[33.013206, 24.755995, -0.564457]]
p['axis_pt1'] = [47.686401, 205.691238, 26.261269]
p['axis_pt2'] = [-50.710445, 204.954971, 26.360205]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.686401, 205.691238, 26.261269],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.710445, 204.954971, 26.360205],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'250k')
p['bone'] = f'{path}/CLIpro_jaw_250k.stl'
p['contact_pts'] = [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]]
p['axis_pt1'] = [47.686401, 205.691238, 26.261269]
p['axis_pt2'] = [-50.710445, 204.954971, 26.360205]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.686401, 205.691238, 26.261269],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.710445, 204.954971, 26.360205],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'250k')
p['bone'] = f'{path}/CLIpro_jaw_250k.stl'
p['contact_pts'] = [[-34.058887, 21.742476, 9.846808],
[33.013206, 24.755995, -0.564457]]
p['axis_pt1'] = [47.686401, 205.691238, 26.261269]
p['axis_pt2'] = [-50.710445, 204.954971, 26.360205]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-13.921872, -90.258591, 8.862718],
[13.158182, -91.377449, 7.355043]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [47.686401, 205.691238, 26.261269],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.710445, 204.954971, 26.360205],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'500k')
p['bone'] = f'{path}/CLIpro_jaw_500k.stl'
p['contact_pts'] = [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]]
p['axis_pt1'] = [45.043976, 199.899857, 33.671288]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [45.043976, 199.899857, 33.671288],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'500k')
p['bone'] = f'{path}/CLIpro_jaw_500k.stl'
p['contact_pts'] = [[-33.575844, 26.282110, -0.445806],
[32.137966, 22.818340, 7.904116]]
p['axis_pt1'] = [45.043976, 199.899857, 33.671288]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [45.043976, 199.899857, 33.671288],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'500k')
p['bone'] = f'{path}/CLIpro_jaw_500k.stl'
p['contact_pts'] = [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]]
p['axis_pt1'] = [45.043976, 199.899857, 33.671288]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [45.043976, 199.899857, 33.671288],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'500k')
p['bone'] = f'{path}/CLIpro_jaw_500k.stl'
p['contact_pts'] = [[-33.575844, 26.282110, -0.445806],
[32.137966, 22.818340, 7.904116]]
p['axis_pt1'] = [45.043976, 199.899857, 33.671288]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-12.880455, -92.642342, -0.673375],
[12.990344, -91.013168, 7.432779]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [45.043976, 199.899857, 33.671288],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'750k')
p['bone'] = f'{path}/CLIpro_jaw_750k.stl'
p['contact_pts'] = [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]]
p['axis_pt1'] = [46.317547, 203.956772, 35.086609]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [46.317547, 203.956772, 35.086609],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'750k')
p['bone'] = f'{path}/CLIpro_jaw_750k.stl'
p['contact_pts'] = [[-34.126896, 21.475969, 10.220996],
[32.139095, 22.748108, 8.446575]]
p['axis_pt1'] = [46.317547, 203.956772, 35.086609]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [46.317547, 203.956772, 35.086609],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'750k')
p['bone'] = f'{path}/CLIpro_jaw_750k.stl'
p['contact_pts'] = [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]]
p['axis_pt1'] = [46.317547, 203.956772, 35.086609]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [46.317547, 203.956772, 35.086609],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -9,10 +9,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'750k')
p['bone'] = f'{path}/CLIpro_jaw_750k.stl'
p['contact_pts'] = [[-34.126896, 21.475969, 10.220996],
[32.139095, 22.748108, 8.446575]]
p['axis_pt1'] = [46.317547, 203.956772, 35.086609]
p['axis_pt2'] = [-50.729774, 205.098663, 26.440434]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.743377, -90.163612, 9.011174],
[13.049115, -90.677956, 7.640814]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [46.317547, 203.956772, 35.086609],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-50.729774, 205.098663, 26.440434],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AE_L1.stl',
......@@ -87,11 +101,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -8,10 +8,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/Dolico_bon_150k.stl'
p['contact_pts'] = [[4.212819, -267.574554, 28.792574],
[36.007748, -269.322662, 27.255693]]
p['axis_pt1'] = [162.458069, 598.625000, -20.051981]
p['axis_pt2'] = [-145.469955, 585.402344, 11.398635]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[4.212819, -267.574554, 28.792574],
[36.007748, -269.322662, 27.255693]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [162.458069, 598.625000, -20.051981],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-145.469955, 585.402344, 11.398635],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AME_L.stl',
......@@ -50,11 +64,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -8,10 +8,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/Dolico_bon_150k.stl'
p['contact_pts'] = [[-14.645494, 62.509026, 23.022108],
[44.984268, 67.347466, -2.159538]]
p['axis_pt1'] = [162.458069, 598.625000, -20.051981]
p['axis_pt2'] = [-145.469955, 585.402344, 11.398635]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.645494, 62.509026, 23.022108],
[44.984268, 67.347466, -2.159538]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [162.458069, 598.625000, -20.051981],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-145.469955, 585.402344, 11.398635],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AME_L.stl',
......@@ -50,11 +64,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -8,10 +8,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/Dolico_bon_150k.stl'
p['contact_pts'] = [[4.212819, -267.574554, 28.792574],
[36.007748, -269.322662, 27.255693]]
p['axis_pt1'] = [162.458069, 598.625000, -20.051981]
p['axis_pt2'] = [-145.469955, 585.402344, 11.398635]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[4.212819, -267.574554, 28.792574],
[36.007748, -269.322662, 27.255693]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [162.458069, 598.625000, -20.051981],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-145.469955, 585.402344, 11.398635],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AME_L.stl',
......@@ -50,11 +64,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
......@@ -8,10 +8,24 @@ def parms(d={}):
import os
path = os.path.join(os.path.dirname(__file__),'150k')
p['bone'] = f'{path}/Dolico_bon_150k.stl'
p['contact_pts'] = [[-14.645494, 62.509026, 23.022108],
[44.984268, 67.347466, -2.159538]]
p['axis_pt1'] = [162.458069, 598.625000, -20.051981]
p['axis_pt2'] = [-145.469955, 585.402344, 11.398635]
p['fixations'] = [
{
'name': 'contact_pts',
'nodes': [[-14.645494, 62.509026, 23.022108],
[44.984268, 67.347466, -2.159538]],
'direction': 'z'
},
{
'name': 'axis_pt1',
'nodes': [162.458069, 598.625000, -20.051981],
'direction': ['x', 'y', 'z']
},
{
'name': 'axis_pt2',
'nodes': [-145.469955, 585.402344, 11.398635],
'direction': ['x', 'y', 'z']
}
]
p['muscles'] = [
{
'file': f'{path}/M_AME_L.stl',
......@@ -50,11 +64,6 @@ def parms(d={}):
'method': 'T+N'
}
]
p['fixations'] = {
'contact_pts': ['z'],
'axis_pt1': ['x', 'z','y'],
'axis_pt2': ['x', 'z','y']
}
# material properties
p['density'] = 1.662e-9 # [T/mm³]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment