bandit23gr
Junior Member
Good day everyone,
I'm using the following macro in my .lib files
<<
'*******************************************Menu:Reporting
macro "Intact Stability MaxFSM" /menu:Reporting
note {CENTER}{BOLD} INTACT STABILITY CHECK TOWARDS IMO 749(18)
note {CENTER}{BOLD} Max Free Surface Correction is implemented
note
limits off
LIMIT TITLE IMO A749(18), INTACT STABILITY
limit(1) area from Equil to 30 > .055
limit(2) area from Equil to 40 or fld > .09
limit(3) area from 30 to 40 or fld > .03
limit(4) RA at 30 or MAX > .2
limit(5) angle at MAX > 25
limit(6) GM > 0.15
parts *.*
st cart float dw we di /vo:cm /MAXFSM
ra 0,5,...,90 /limit:attained /START : 0 /STOP : 90 /NOTES /MAXFSM
parts OFF
so
/
>>
As far as i understand, autohydro uses MAXFSM as the maximum value for any load at the present heel and trim of the loading condition.
1.Does anyone know if this can be changed so that it calculates MAXFSM for zero heel/trim? (actual heel/trim for the loading condition may be #0)
2. I used "tc" command with zero heel/trim in order to report maximum FSM for all tanks. Is there a way to enter manually for every tank/group of tanks these FSM values in the above macro? Can anyone help with /USERFSM command?
Thanx in advance for any reply.
I'm using the following macro in my .lib files
<<
'*******************************************Menu:Reporting
macro "Intact Stability MaxFSM" /menu:Reporting
note {CENTER}{BOLD} INTACT STABILITY CHECK TOWARDS IMO 749(18)
note {CENTER}{BOLD} Max Free Surface Correction is implemented
note
limits off
LIMIT TITLE IMO A749(18), INTACT STABILITY
limit(1) area from Equil to 30 > .055
limit(2) area from Equil to 40 or fld > .09
limit(3) area from 30 to 40 or fld > .03
limit(4) RA at 30 or MAX > .2
limit(5) angle at MAX > 25
limit(6) GM > 0.15
parts *.*
st cart float dw we di /vo:cm /MAXFSM
ra 0,5,...,90 /limit:attained /START : 0 /STOP : 90 /NOTES /MAXFSM
parts OFF
so
/
>>
As far as i understand, autohydro uses MAXFSM as the maximum value for any load at the present heel and trim of the loading condition.
1.Does anyone know if this can be changed so that it calculates MAXFSM for zero heel/trim? (actual heel/trim for the loading condition may be #0)
2. I used "tc" command with zero heel/trim in order to report maximum FSM for all tanks. Is there a way to enter manually for every tank/group of tanks these FSM values in the above macro? Can anyone help with /USERFSM command?
Thanx in advance for any reply.