|
[Sponsors] |
June 3, 2008, 06:54 |
UDF_explanation
|
#1 |
Guest
Posts: n/a
|
Hi
i came accross a function used to define source terms(for radiation modeling with DO)... Define_source(x,c,t,ds,eqn) { real source, if(sg_disco){ source = (C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0))*rho; ds[eqn] = 0; return Source; } Can anyone please explain me what the"C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0)" function does??? Thanks in advance |
|
October 17, 2012, 07:01 |
|
#2 |
New Member
Azael Capetillo
Join Date: Oct 2012
Posts: 1
Rep Power: 0 |
Hi,
C_STORAGE_R_XV(c,t,SV_DO_IRRAD,0) is the incident irradiation found on the discrete ordinates radiation model. |
|
|
|