PLaSK library
Loading...
Searching...
No Matches
meta.shockley._doc Namespace Reference

Variables

str outLightMagnitude
 
str outLoss
 
str outWavelength
 
str outRefractiveIndex
 
str outEpsilon
 
str outLightE
 
str outNeff
 

Variable Documentation

◆ outEpsilon

str meta.shockley._doc.outEpsilon
Initial value:
1= """\
2Provider of the computed permittivity tensor (-).
3
4
5outEpsilon(mesh, interpolation='default')
6
7:param mesh mesh: Target mesh to get the field at.
8:param str interpolation: Requested interpolation method.
9
10:return: Data with the permittivity tensor on the specified mesh **(-)**.
11
12Example:
13 Connect the provider to a receiver in some other solver:
14
15 >>> other_solver.inEpsilon = solver.outEpsilon
16
17 Obtain the provided field:
18
19 >>> solver.outEpsilon(mesh)
20 <plask.Data at 0x1234567>
21
22See also:
23
24 Provider class: :class:`plask.flow.EpsilonProviderCyl`
25
26 Receiver class: :class:`plask.flow.EpsilonReceiverCyl`
27"""

Definition at line 151 of file _doc.py.

◆ outLightE

str meta.shockley._doc.outLightE

Definition at line 179 of file _doc.py.

◆ outLightMagnitude

str meta.shockley._doc.outLightMagnitude

Definition at line 16 of file _doc.py.

◆ outLoss

str meta.shockley._doc.outLoss

Definition at line 53 of file _doc.py.

◆ outNeff

str meta.shockley._doc.outNeff

Definition at line 216 of file _doc.py.

◆ outRefractiveIndex

str meta.shockley._doc.outRefractiveIndex
Initial value:
1= """\
2Provider of the computed refractive index (-).
3
4
5outRefractiveIndex(mesh, interpolation='default')
6
7:param mesh mesh: Target mesh to get the field at.
8:param str interpolation: Requested interpolation method.
9
10:return: Data with the refractive index on the specified mesh **(-)**.
11
12Example:
13 Connect the provider to a receiver in some other solver:
14
15 >>> other_solver.inRefractiveIndex = solver.outRefractiveIndex
16
17 Obtain the provided field:
18
19 >>> solver.outRefractiveIndex(mesh)
20 <plask.Data at 0x1234567>
21
22See also:
23
24 Provider class: :class:`plask.flow.RefractiveIndexProviderCyl`
25
26 Receiver class: :class:`plask.flow.RefractiveIndexReceiverCyl`
27"""

Definition at line 123 of file _doc.py.

◆ outWavelength

str meta.shockley._doc.outWavelength

Definition at line 88 of file _doc.py.