I have made a function that includes a bvp (I've used bvp4c for this) for a single stage of a process. This function has boundary conditions at the top and bottom of this stage coming to a single solution. Now I would like to use this function I have created to model several stages. This would mean that the bvp is now coupled with the solution at the top coming from one stage will be the boundary condition at the bottom for the next stage. But, I only now the exact boundary conditions at the far top and bottom of this whole coupled system. How do I model this problem?
It would look something like this:
Known top BC's
#Process stage 1#
Linked BC's
#Process stage 2#
Linked BC's
#Process stage 3#
Linked BC's
#Process stage 4#
Known bottom BC's
Thanks in advance!

 채택된 답변

Torsten
Torsten 2024년 2월 28일
이동: Torsten 2024년 2월 28일

0 개 추천

How do I model this problem?
By solving it as a multipoint boundary value problem:

추가 답변 (0개)

카테고리

질문:

2024년 2월 28일

이동:

2024년 2월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by