To add turbo mode to a postprocessor, add the following custom command in the MOM_start_of_program event:
PB_CMD_init_turbo_output
The custom command definition is given below.
#----------------------------------------------------------------------------------------------------
Proc PB_CMD_init_turbo_output { } {
#----------------------------------------------------------------------------------------------------
uplevel #0 {
set mom_kin_is_turbo_output "TRUE"
MOM_reload_kinematics
}
}