Category Mechanica, Object ProMechconstr

Function ProMechconvectiondataFemneutralfileSet


Description
Note: This function is deprecated. You can independently set the dependency of the bulk temperature or film coefficient to an external file by setting its ProMechVariation type to PRO_MECH_VARIATION_EXTERNAL_FIELD. See ProMechconvectiondataBulktempSet() ProMechconvectiondataFilmcoefficientSet() ProMechvariationExternalfielddataSet() ProMechexternalfielddataFileSet()

This function sets the path to the FEM neutral file for both the bulk temperature and film coefficient in this convection data.

Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechconvectiondataFemneutralfileSet(
ProMechConvectionData data
/* (In)
The data.
*/
ProPath value
/* (In)
The path.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.