105intprocesspath; // 0=model_absolute, 1=vis_relative calculation path. Does not affect units of resultant prediction.
106doublerendered_radius; // [m] Assigned nonphysical "depth" of rendered particles, used to translate (e.g.) extinction per unit pathlength into extinction per particle.
107char external_spectrum_file[SIGSIM_STRING_SIZE]; // If present, specifies a 2-column file {[um], [1/um]} giving the normalized non-Planckian part of the combustion spectrum.
193// CreateAndProcessParticlePlume fills a PARTICLE solid structure with physical data, given an input environment, engine type, altitude, and airexhaustmixratio.
194// It calls Fill_ENGINE_TYPE_ATMVolume, then fills the PARTICLE structure accordingly.
197// CreateAndProcessParticleFlareFlame fills a PARTICLE solid structure with physical data, given an input environment, flare/flame type, and altitude.
198// It calls Fill_FLARE_FLAME_ATMVolume, then fills the PARTICLE structure accordingly.