|
[Sponsors] |
Domainvar_Set_Real and Domainvar_Set_List_of_Float |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 16, 2011, 01:09 |
Domainvar_Set_Real and Domainvar_Set_List_of_Float
|
#1 |
Senior Member
MASOUD
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
Hi,
Can anyone help me to understand the following codes? 1. Domainvar_Set_Real(ROOT_DOMAIN_ID,"temperature/relax", 1.0); 2. Domainvar_Set_List_of_Float(ROOT_DOMAIN_ID, "species/relax", species_urf, 3); What is the application of the above macros? There is no explanation or definition for them in the UDF manual. Thanks, |
|
October 28, 2022, 06:37 |
|
#2 |
New Member
wujun
Join Date: Apr 2012
Posts: 13
Rep Power: 14 |
1.Domainvar_Set_Real(ROOT_DOMAIN_ID,"temperature/relax", 1.0);
The first codes means setting the URF for temperature :1.0; 2.Domainvar_Set_List_of_Float(ROOT_DOMAIN_ID, "species/relax", species_urf, 3); The sceond codes means seting the URF for species: [0]\[1]\[2]\[3]. |
|
|
|