You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call ParseVar( FileInfo_In, CurLine, 'ScaleFact', SimSettings%Sim%ScaleFact, ErrStat2, ErrMsg2); if(Failed()) return; ! scaling factor for scaling full size model to wavetank scale results (Froude scaling: lambda = full_dimension / scale_dimension) [>1 expected] (-)
106
-
call ParseVar( FileInfo_In, CurLine, 'DensFact', SimSettings%Sim%DensFact, ErrStat2, ErrMsg2); if(Failed()) return; ! ratio of density - Density_full/Density_model (rho_F/rho_M). Used with Froude scaling of forces/moments" (-)
105
+
!TODO: These are placeholders for later use. Some of the logic is incomplete which is why this has been commented out.
106
+
! call ParseVar( FileInfo_In, CurLine, 'ScaleFact', SimSettings%Sim%ScaleFact, ErrStat2, ErrMsg2); if(Failed()) return; ! scaling factor for scaling full size model to wavetank scale results (Froude scaling: lambda = full_dimension / scale_dimension) [>1 expected] (-)
107
+
! call ParseVar( FileInfo_In, CurLine, 'DensFact', SimSettings%Sim%DensFact, ErrStat2, ErrMsg2); if(Failed()) return; ! ratio of density - Density_full/Density_model (rho_F/rho_M). Used with Froude scaling of forces/moments" (-)
call ParseVar( FileInfo_In, CurLine, 'OutRootName', SimSettings%Sim%OutRootName, ErrStat2, ErrMsg2); if(Failed()) return; ! Root name for any summary or other files
0 commit comments