CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   UDS Unsteady with UDM (https://www.cfd-online.com/Forums/fluent/117339-uds-unsteady-udm.html)

shashank312 May 6, 2013 19:47

UDS Unsteady with UDM
 
Folks,

I am trying to solve a UDS equation which has only the transient and the diffusive terms in it (no source or convective terms). This transient UDS equation should act in such a way that it smears a multiphase field variable (say, phi_old) and returns the newer multiphase field variable at the current time step (phi_new).

If I calculate phi_old and store it in a UDM location (say, C_UDMI(c,t,0)), how should I use this phi_old to calculate phi_new?

Thanks for your consideration.

blackmask May 6, 2013 21:24

Are you looking for C_UDSI_M1?

shashank312 May 6, 2013 21:45

Well, I am aware that C_UDSI_M1 stores the variable from the previous time step but how to use the following:

At current time step, let's say:
C_UDMI(c,t,0) = C_VOF(c,lt)*C_T(c,t);
Now, for UDS equation:
phi_old = C_UDMI(c,t,0);

At future time (next time step):
C_UDMI(c,t,1) = phi_new*C_T(c,t);

If I use C_UDSI_M1, then how would I calculate C_UDMI(c,t,0) in the first place?

shashank312 May 15, 2013 15:35

Does anybody know how to do this?


All times are GMT -4. The time now is 03:33.