Category Mechanica, Object ProMechconstr

Function ProMechconvectiondataFemneutralfileGet


Description
Note: This function is deprecated. Creo Simulate now permits separate external files to be used for the film coefficient and bulk temperature values. See ProMechconvectiondataBulktempGet() ProMechconvectiondataFilmcoefficientGet() ProMechvariationTypeGet() ProMechvariationExternalfielddataGet() ProMechexternalfielddataFileGet()

In the case where both the bulk temperature and film coefficient are governed by the same external file, this function will return that value. Otherwise, this function will return an error, and you should look at the ProMechVariation property of the ProMechValue extracted for both the bulk temperature and film coefficient. If either of these is set to PRO_MECH_VARIATION_EXTERNAL_FIELD, then that property is governed by an external file.

Obtains the path to the FEM neutral file for this convection data.

Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechConstraint.h>
ProErrorProMechconvectiondataFemneutralfileGet(
ProMechConvectionData data
/* (In)
The data.
*/
ProPath value
/* (Out)
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.
PRO_TK_E_NOT_FOUNDNeither the bulk temperature nor the film coefficient are governed by an external file.
PRO_TK_E_AMBIGUOUSThe properties of the bulk temperature and film coefficient are not equivalent; this function cannot return the data requested. See Purpose for a detailed explanation.