Question: PDEs coupled with ODEs

Hej,
i'm quite new to maple and i want your advice /guidance(in fact i'm desperate)

in order to solve a system of 2 pdes coupled with 4 odes.
the pdes are :

diff((r1(t)*C1(t)+r2(t)*C2(t))*T(z,t),t)=diff(k(T(z,t))*diff(T(z,t),z),z)+Q*r1(t)

diff(e(t)*Y(z,t),t)=diff(D(Y(z,t))*diff(Y(z,t),z),z)-(B*exp(T(z,t))*r1(t)

odes:
diff(r1(t),t)=-(A*exp(T(z,t))+B*exp(T(z,t)))*r1(t)

diff(r2(t),t)=A*exp(T(z,t)*r1(t)

diff(r3(t),t)=B*exp(T(z,t)*r1(t)

diff(e(t),t)=S*exp(T(z,t))

I have 4 initial condidtions for the ode system ,1 initial condition for thePDE 1( T(z,t)) one IC for the PDE2 (Y(z,t))
and 2 BC(boundary conditions ) for each of the pdes.
.
Can Somebody help me with this,please????i need to wirite a code for solving these equations. but when a use pdsolve there is always an error.

Please help me!!!!
Thanks in advance.!!

Themis

Please Wait...