CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Erroe:rpgetvar:coordeval Undefiend variable (https://www.cfd-online.com/Forums/fluent/103929-erroe-rpgetvar-coordeval-undefiend-variable.html)

abir June 29, 2012 06:26

Erroe:rpgetvar:coordeval Undefiend variable
 
Hi

I used the scheme variable coordeval as follows in my UDF

if(RP_Get_Integer("coordival")==1){
coord_coeff(f_thread);
}
if((RP_Get_Integer("tempgradeval")>1)&&(Data_Valid _P()))
{

whenever I hook its okay. But whenever I try to Impose boundary condition using this UDF on solid wall, I get the following error

Error: rpgervar:coordeval:undefined variable
Error: object()

Could anybody help. Thank in advance.

Tajul

zhangdongjie February 1, 2021 07:22

Quote:

Originally Posted by abir (Post 368870)
Hi

I used the scheme variable coordeval as follows in my UDF

if(RP_Get_Integer("coordival")==1){
coord_coeff(f_thread);
}
if((RP_Get_Integer("tempgradeval")>1)&&(Data_Valid _P()))
{

whenever I hook its okay. But whenever I try to Impose boundary condition using this UDF on solid wall, I get the following error

Error: rpgervar:coordeval:undefined variable
Error: object()

Could anybody help. Thank in advance.

Tajul

Hello, I'm simulating temperature jump and wall slip UDF recently. I have encountered many problems like you, such as error: rpgetvar: coordeval: undefined variable. Also, I don't know where the UDF of velocity slip should be loaded? Would you please help me? Thank you very much


All times are GMT -4. The time now is 11:48.