Click or drag to resize

ChargingMaterialBaseT Class

Abstract class that all API charge materials inherit from
Inheritance Hierarchy

Namespace: ema3d.Api.V25.Charging.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public abstract class ChargingMaterialBase<T> : DefinitionBase<T>
where T : ChargingMaterialBase<T>

Type Parameters

T

The ChargingMaterialBaseT type exposes the following members.

Properties
 NameDescription
Public propertyAtomicMass Gets/Sets the average atomic mass of the material.
Public propertyAtomicNumber Gets/Sets the average atomic number of the material.
Public propertyBreakdown Gets/Sets the dielectric breakdown strength of the material.
Public propertyDeltaMaxInternal Gets/Sets the internal delta max of the material.
Public propertyDensity Gets/Sets density of the bulk material.
Public propertyDisplayColor Gets / Sets the definition display color.
(Inherited from DefinitionBaseT)
Public propertyDisplayName Gets/Sets the display name of the underlying sim object.
(Inherited from DefinitionBaseT)
Public propertyEpsilon Gets/Sets permittivity of isotropic material.
Public propertyEpsilonRelative Gets/Sets the relative dielectric constant
Public propertyIsPSourceIncluded Gets/Sets if the particle source should be included in the material properties.
Public propertyMu Gets/Sets permeability of isotropic material.
Public propertyPhtotoemission Gets/Sets photoemission due to photoelectric effect.
Public propertyRIC Gets/Sets Radiation Induced Conductivity.
Public propertySigma Gets/Sets conductivity of isotropic material.
Public propertySigmaM Gets/Sets magnetic conductivity of isotropic material.
Public propertySurfaceResistivity Gets/Sets surface Resistivity of the material.
Public propertyThickness Gets/Sets thickness of isotropic material (only for composite materials).
Public propertyTriboCurrent Gets/Sets triboelectric current source.
Top
Methods
 NameDescription
Public methodAssignBulk Assign a material definition to a collection of document objects.
(Inherited from DefinitionBaseT)
Public methodAssignSingle Assign a material definition to a single document object.
(Inherited from DefinitionBaseT)
Public methodDelete Deletes sim object.
(Inherited from APISimObjectBaseTWrapper)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetName Returns the name of the object.
(Inherited from APISimObjectBaseTWrapper)
Public methodGetSiblings Get all objects that share this object's type in the document.
(Inherited from APISimObjectBaseTWrapper)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetName Sets the name of the object
(Inherited from APISimObjectBaseTWrapper)
Public methodSetVisibility Sets the visibility status of the object.
(Inherited from APISimObjectBaseTWrapper)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also