55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
|
|
# ****************************************************************************
|
||
|
|
# CUI
|
||
|
|
#
|
||
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
||
|
|
#
|
||
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
||
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
||
|
|
# ****************************************************************************
|
||
|
|
###############################################################################
|
||
|
|
# Launch computer generator for BLUE_LR_SAM.
|
||
|
|
###############################################################################
|
||
|
|
|
||
|
|
file_path ../../../base_types
|
||
|
|
include blue_lr_sam_simple.txt
|
||
|
|
|
||
|
|
platform_type LAUNCH_PLATFORM_TYPE WSF_PLATFORM
|
||
|
|
side red
|
||
|
|
weapon blue_lr_sam BLUE_LR_SAM
|
||
|
|
end_weapon
|
||
|
|
end_platform_type
|
||
|
|
|
||
|
|
tool BALLISTIC_MISSILE_LAUNCH_COMPUTER_GENERATOR # ballistic_missile_launch_computer_generator
|
||
|
|
tool_debug
|
||
|
|
|
||
|
|
frame_step 0.5 sec # sample time of trajectory
|
||
|
|
|
||
|
|
# altitude 1 m choosen to correspond with typical scenario altitudes
|
||
|
|
position 0n 0e altitude 1 m
|
||
|
|
|
||
|
|
air_target_file blue_lr_sam_launch_data.txt
|
||
|
|
#gnuplot_file blue_lr_sam_trajectory.plt
|
||
|
|
|
||
|
|
loft_angles from 20 deg to 75 deg by 0.2 deg
|
||
|
|
|
||
|
|
############################################################################
|
||
|
|
# All of the remaining data is used to keep the launch computer dataset
|
||
|
|
# small and to only enable solutions that are doctrinally allowed.
|
||
|
|
############################################################################
|
||
|
|
|
||
|
|
# 'minimum_output_time' should be greater than or equal to the burn time.
|
||
|
|
# (No intercept during boost)
|
||
|
|
minimum_output_time 20 sec
|
||
|
|
|
||
|
|
# these are new (bwf)
|
||
|
|
# maximum_output_time 300.0 sec
|
||
|
|
maximum_output_range 200.0 km
|
||
|
|
#JAJ maximum_output_altitude 150.0 km
|
||
|
|
limited_to_preapogee
|
||
|
|
|
||
|
|
end_tool
|
||
|
|
|
||
|
|
event_pipe
|
||
|
|
#file replay.aer
|
||
|
|
end_event_pipe
|