The EosCompaction object specifies material eos compaction.
materialApi.materials()[name].eos().eosCompaction()
This method creates a EosCompaction object.
materialApi.materials()[name].eos().EosCompaction
odb_EosCompaction& EosCompaction(double soundSpeed, double porosity, double pressure, double compactionPressure);
Required arguments
A Double specifying reference sound speed in the porous material.
A Double specifying value of the porosity of the unloaded material.
A Double specifying pressure required to initialize plastic behavior.
A Double specifying compaction pressure at which all pores are crushed.
Optional arguments
Return value
An EosCompaction object.
Exceptions
RangeError.
The EosCompaction object has members with the same names and descriptions as the arguments to the EosCompaction method.