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.
ODE as source term in transient heat transfer model
Posted 13 mag 2011, 22:03 GMT-4 1 Reply
Please login with a confirmed email address before reporting spam
Hi,
As a heat source, I have an ODE expression: dA/dt = (k1+k2*A^m)*(1-A)^n, A(0) = 0. I am unable to figure out how to incorporate it.
Initially, I declared a heat source Q = At (i.e. dA/dt)
and I added ODE & DAE (ge) to define the ode equation.
where I declared the following:
Name; A
function f(u,ut,utt,t)=0 => At-(k1+k2*A^m)*(1-A)^n
Unfortunately, it does not work.
I would appreciate if any one can point to the right direction.
Regards,
Susant
As a heat source, I have an ODE expression: dA/dt = (k1+k2*A^m)*(1-A)^n, A(0) = 0. I am unable to figure out how to incorporate it.
Initially, I declared a heat source Q = At (i.e. dA/dt)
and I added ODE & DAE (ge) to define the ode equation.
where I declared the following:
Name; A
function f(u,ut,utt,t)=0 => At-(k1+k2*A^m)*(1-A)^n
Unfortunately, it does not work.
I would appreciate if any one can point to the right direction.
Regards,
Susant
1 Reply Last Post 14 mag 2011, 16:34 GMT-4