NEBeamsplitter is part of the WaveTrain system class library
NEBeamSplitter is an idealized model of a beam splitter that can accept light from and transmit light to the four cardinal directions. See the descriptions of the outputs for the direct mapping.
|
Parameters
|
None |
Inputs
|
northIncident |  WaveTrain | Incident light from the north | WaveTrain() |
eastIncident |  WaveTrain | Incident light from the east | WaveTrain() |
westIncident |  WaveTrain | Incident light from the west | WaveTrain() |
southIncident |  WaveTrain | Incident light from the south | WaveTrain() |
Outputs
|
northTransmitted |  WaveTrain | Transmitted light to the north (from west and south) | |
eastTransmitted |  WaveTrain | Transmitted light to the east (from west and south) | |
westTransmitted |  WaveTrain | Transmitted light to the west (from east and north) | |
southTransmitted |  WaveTrain | Transmitted light to the source (from east and north) | |
Subsystems |
|
|
|
northToSW.incident | <<= | northIncident |
southToNE.incident | <<= | southIncident |
eastToSW.incident | <<= | eastIncident |
westToNE.incident | <<= | westIncident |
southTransmitted | <<= | neToSouth.transmitted |
eastTransmitted | <<= | swToEast.transmitted |
westTransmitted | <<= | neToWest.transmitted |
northTransmitted | <<= | swToNorth.transmitted |
swToNorth.incident | <<= | westToNE.transmitted |
swToEast.incident | <<= | westToNE.transmitted2 |
neToWest.incident | <<= | northToSW.transmitted |
neToSouth.incident | <<= | northToSW.transmitted2 |
neToSouth.incident2 | <<= | eastToSW.transmitted2 |
neToWest.incident2 | <<= | eastToSW.transmitted |
swToNorth.incident2 | <<= | southToNE.transmitted |
swToEast.incident2 | <<= | southToNE.transmitted2 |
|
|
Last Saved: Wed Sep 04 02:59:13 MDT 2002 by TVE version 2007B
|