NDSolve::bdord
NDSolveValue::bdord
ParametricNDSolve::bdord
ParametricNDSolveValue::bdord
The derivative boundary condition is specified with respect to the wrong variable:
This shows a valid specification of a solution of this partial differential equation:
The problem is that is specifying the first derivative with respect to
. However, the highest-order time derivative term in the equation is
, so only a specification of the function can be given.
However, because of the term in the equations, you need a specification of both the value of the function and first derivative of the function. Therefore, if you change
to
, the proper number of boundary conditions is specified, so you can get a solution.