CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   user defined memory (UDMs) (https://www.cfd-online.com/Forums/fluent/108152-user-defined-memory-udms.html)

Musa October 16, 2012 01:05

user defined memory (UDMs)
 
I am running a case with 4 udfs. I want to store and monitor 3 of the udfs using the UDM function. However the UDMs appear as udm0,udm1 and udm2. How do I change the names of the UDMs and how do I ensure which UDM stands for which udf. Please help!

syavash October 16, 2012 21:12

Quote:

Originally Posted by Musa (Post 386788)
I am running a case with 4 udfs. I want to store and monitor 3 of the udfs using the UDM function. However the UDMs appear as udm0,udm1 and udm2. How do I change the names of the UDMs and how do I ensure which UDM stands for which udf. Please help!

You can change specified memory number in Define>user-defined>memory...
and also you can change UDM name by the following command,

void Set_User_Memory_Name(int i,char *name)

which "i" is the index of UDM, for example 0 and "name" is what you wish to assign as name to your UDM.
If you desire to load more than one UDF, you may reserve UDM for each one of UDF. Take a look at UDF manual, it has explained things well.

Goodluck


All times are GMT -4. The time now is 02:40.