Last change
on this file was 25806, checked in by jdquinn, 4 years ago |
CHG: Python implementation of frictionschoof
|
File size:
373 bytes
|
Rev | Line | |
---|
[18994] | 1 | def supportedcontrols():
|
---|
[25806] | 2 | return [
|
---|
| 3 | 'BalancethicknessThickeningRate',
|
---|
| 4 | 'FrictionCoefficient',
|
---|
| 5 | 'FrictionC',
|
---|
| 6 | 'FrictionAs',
|
---|
| 7 | 'MaterialsRheologyBbar',
|
---|
| 8 | 'DamageDbar',
|
---|
| 9 | 'Vx',
|
---|
| 10 | 'Vy',
|
---|
| 11 | 'Thickness',
|
---|
| 12 | 'BalancethicknessOmega',
|
---|
| 13 | 'BalancethicknessApparentMassbalance',
|
---|
| 14 | 'MaterialsRheologyB'
|
---|
| 15 | ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.