Thermal
ThermalEvaporationHeaterTemperature¶
description: The temperature of the heater during the deposition process.
inherits from: nomad_material_processing.general.TimeSeries
properties:
name | type | |
---|---|---|
value | float |
The observed value as a function of time.shape=['*'] , unit=kelvin |
set_value | float |
The set value(s) (i.e. the intended values) set.shape=['*'] , unit=kelvin |
ThermalEvaporationHeater¶
inherits from: nomad_material_processing.vapor_deposition.pvd.general.PVDEvaporationSource
properties:
name | type | |
---|---|---|
temperature | ThermalEvaporationHeaterTemperature |
sub-section |
ThermalEvaporationSource¶
inherits from: nomad_material_processing.vapor_deposition.pvd.general.PVDSource
properties:
name | type | |
---|---|---|
vapor_source | ThermalEvaporationHeater |
Example: A heater, a filament, a laser, etc.sub-section |
ThermalEvaporationStep¶
inherits from: nomad_material_processing.vapor_deposition.pvd.general.PVDStep
properties:
name | type | |
---|---|---|
sources | ThermalEvaporationSource |
sub-section, repeats |
normalization:
The normalizer for the PVDStep
class.
Args: archive (EntryArchive): The archive containing the section that is being normalized. logger (BoundLogger): A structlog logger.
ThermalEvaporation¶
description: A synthesis technique where the material to be deposited is heated until evaporation in a vacuum (<10^{-4} Pa) and eventually deposits as a thin film by condensing on a (cold) substrate. [database_cross_reference: https://orcid.org/0000-0002-0640-0422]
Synonyms: - evaporative deposition) - vacuum thermal evaporation - TE - thermal deposition - filament evaporation - vacuum condensation
inherits from: nomad_material_processing.vapor_deposition.pvd.general.PhysicalVaporDeposition
links: http://purl.obolibrary.org/obo/CHMO_0001360
properties:
name | type | |
---|---|---|
method | str |
A short consistent handle for the applied method.default=Thermal Evaporation |
steps | ThermalEvaporationStep |
The steps of the deposition process.sub-section, repeats |
normalization:
The normalizer for the ThermalEvaporation
class.
Args: archive (EntryArchive): The archive containing the section that is being normalized. logger (BoundLogger): A structlog logger.