NDSolveValue aint working for the following PDe with the problem as follows
Needs["DifferentialEquations`InterpolatingFunctionAnatomy`"];
Needs["NDSolve`FEM`"];
NDSolveValue[{n* M0*/Aa* Cp0* D[T[r,z],z] == 1/r*D[(\[Lambda]*r*D[T[r,z],r]),r] ,
T[r,0] == 1323,
-\[Lambda] *(D[T[r,z],r]/.r->R3) == h3 * (1322 - T[R3,z] ) ,
-\[Lambda] *(D[T[r,z],r]/.r->R2) == h2 * (Tw2[z] - T[R2,z] ) }, T, {r,R2,R3},{z,0,L} ]
Syntax::tsntxi: \Needs[DifferentialEquationsInterpolatingFunctionAnatomy
];Needs[NDSolveFEM
];NDSolveValu e[{n* M0/Aa Cp0* D[T[r,z],z] ?90? - T[R2,z] ) }, T, {r,R2,R3},{z,0,L} ] is incomplete; more input is needed
I attaching the file too. Please help.
Attachments: