finesse.materials module

Material objects are a simple structure that contain commonly used properties for calculations. By default this includes Fused Silica and Silicon at 123K.

class finesse.materials.Material(alpha, nr, dndT, kappa, emiss, poisson, E, rho, C, T)[source]

Bases: object

C[source]

specific heat \([J \, \mathrm{kg}^{-1}]\)

E[source]

Young’s modulus \([\mathrm{kg} \, m^{-3}]\)

T[source]

The temperature material’s properties are defined at \([K]\)

alpha[source]

Thermal expansion coefficient \(\alpha\)

dndT[source]

Thermo refractive coefficient \(\frac{dn}{dT} \: [K^{-1}]\)

emiss[source]

Emissivity

kappa[source]

Thermal conductivity \(\kappa \: [W m^{-1}]\)

nr[source]

Refractive index \(n\)

poisson[source]

Poisson’s ratio

rho[source]

Density \([\mathrm{kg} \, m^{-3}]\)