You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- subroutine TD_PipePropertiesReadData
-
- Use TD_DrillStemComponents
- use SimulationVariables !@
- use SimulationVariables !@
- use SimulationVariables !@
-
- implicit none
-
- Integer :: i
-
-
- !====================================================
- ! Set Pipe Properties Data
- !====================================================
-
- Do i = 1 , data%State%TD_String%DrillStemComponentsNumbs
- data%State%TD_DrillStems(i)%Density = 7850.d0*0.06242796d0 ![kg/m3]*0.06242796=[lb/ft3]
- data%State%TD_DrillStems(i)%ElasticModule = 200.0d9*0.02088543d0 ![lb/ft2] !200GPa=29Mpsi (steel)
- End Do
-
-
-
-
-
- end subroutine
|