AccessmaterialApi.materials()[name].sorption()
Sorption(...)
This method creates a Sorption object. PathmaterialApi.materials()[name].Sorption
Prototypeodb_Sorption&
Sorption(const odb_SequenceSequenceDouble& absorptionTable,
const odb_String& lawAbsorption,
bool exsorption,
const odb_String& lawExsorption,
double scanning,
const odb_SequenceSequenceDouble& exsorptionTable);
Required arguments
Optional arguments
Table dataIf lawAbsorption=TABULAR or lawExsorption=TABULAR, the absorptionTable and exsorptionTable data respectively specify the following:
If lawAbsorption=LOG or lawExsorption=LOG, the absorptionTable and exsorptionTable data respectively specify the following:
Return valueA Sorption object. ExceptionsRangeError.
MembersThe Sorption object has members with the same names and descriptions as the arguments to the Sorption method. | |||||||