Skip to content
Snippets Groups Projects
Commit e54ececa authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed typos

parent a17d4415
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpi: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -92,7 +92,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpi
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -123,7 +123,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpii: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -132,7 +132,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpii
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -163,7 +163,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpiii: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -172,7 +172,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpiii
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -203,7 +203,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpiv: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -212,7 +212,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpiv
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -259,7 +259,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpvi: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -268,7 +268,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpvi
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -299,7 +299,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpvii: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -308,7 +308,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpvii
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......@@ -346,7 +346,7 @@ select case (trim(plasticity_type))
if (strain_soft_in.gt.0.d0) then
strain_soft_out=plasticity_parameters(4)
strain_soft_phi=plasticity_parameters(5)*pi/180.d0
ss_type: select case (trim(plasticity_ss_type))
ss_type_dpmc: select case (trim(plasticity_ss_type))
case ('tot_strain')
strain_soft_ref=straintot
case ('strain_rate')
......@@ -355,7 +355,7 @@ select case (trim(plasticity_type))
write (*,*) 'plasticity_ss_type: ',plasticity_ss_type
call stop_run('error in vrm$')
flag_vrm_pb = .true.
end select ss_type
end select ss_type_dpmc
if (strain_soft_ref.gt.strain_soft_in) then
fact=(strain_soft_ref-strain_soft_in)/(strain_soft_out-strain_soft_in)
fact=min(fact,1.d0)
......
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