Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
component coupling
Posted 2014年11月19日 GMT-5 22:49 Porous Media Flow, Parameters, Variables, & Functions 2 Replies
Please login with a confirmed email address before reporting spam
I need to couple two components comp1 and comp2. The purpose is to use the final time-step concentration c of comp1 as the initial value c0 of comp2. What I did, I assigned c0 = comp1.genext1(comp1.c) for the target domain. However, the running result of concentration was 0 for comp2. I guess the variable time t needs to be specified in comp1.genext1(comp1.c). So I wrote comp1.genext1(comp1.c(t==170[h])). But it doesn't work. Is there anyone encountered the similar problem. I found some cases in the model library. However, they all solve stationary issues. How to deal with the time-dependent coupling?
2 Replies Last Post 2014年12月30日 GMT-5 03:06