VacuumProp

Top  Previous  Next

LL_VacuumProp

View Inside VacuumProp:

LL_VacuumProp_Inside

 

VacuumProp models an evacuated optical propagation path. The propagation distance is specified by an input, rather than a parameter, because it is our intent to support time-varying path lengths, but that feature has not yet been implemented, so only constant propagation distances should be used. It has two Light inputs and two Light outputs, used to model both incoming and outgoing light.

C++ type

name

value

description

Parameters

none

Inputs

Light

incomingIncident

Light()

Describes all light incident from the "incoming" direction  

Light

outgoingIncident

Light()

Describes all light incident from the "outgoing" direction  

double

propagationDistance

10.0e03

 

Outputs

Light

incomingTransmitted


Describes all light transmitted in the "incoming" direction

Light

outgoingTransmitted


Describes all light transmitted in the "outgoing" direction