wenbinyugroup / ivabs

iVABS is a VABS-based design framework for composite beams including helicopter rotor blades, wind turbine blades, high aspect ratio wings, etc.
9 stars 6 forks source link

Ignore blank lines in input files #44

Closed rdrclrbh closed 2 years ago

rdrclrbh commented 2 years ago

Current code trips up if there are blank lines in the input files. iVABS shoudl be able to ignore / handle blank lines in an input file.

unitasium commented 2 years ago

@rdrclrbh Could you describe the issue more specifically?

rdrclrbh commented 2 years ago

Please see snippet below from a .dat file we tried to use (see blank lines in input):

---- Start of snippet------ begin-RCAS-file: UH60_SPEC2B_PROP.TAB !M REFLENGTH 26.8333

!M BEA 0.00000 1.0E+8 1.00000 1.0E+8

!M BEIYY
0.04658 3.8208E+05 0.04682 3.8208E+05 0.04682 3.8208E+05 0.04713 3.8208E+05 0.04713 6.1405E+05 0.10093 6.1405E+05 0.10093 6.5067E+05 0.15528 6.5067E+05 0.15528 1.9162E+05 0.23292 1.9162E+05 0.23292 1.5417E+05 0.28509 1.5417E+05 0.28509 1.5417E+05 0.33727 1.5417E+05 0.33727 1.5417E+05 ---- End of Snippet----

unitasium commented 2 years ago

Fixed. Updated code will be uploaded soon.