필터 지우기
필터 지우기

Solving nonlinear ordinary differential equations

조회 수: 2 (최근 30일)
bbah
bbah 2020년 6월 26일
댓글: darova 2020년 7월 2일
I want to solve the following equation:
h(x) = -(D+a*(D/RT)*o*C)dc/dx
% D, a, R,T, o are parameters
%Boundary conditions:
h(0,t)=h(w,t) = C_sat;
%Initial conditions:
c(x,0)=0;
  댓글 수: 12
bbah
bbah 2020년 7월 2일
sorry for the later response. I think the final equation to be solved is this.
The flux needs to be implemented into the mass balance equation leading to this equation in 1D:
alpha, omega, D, R and T are known ant the boundary conditions are:
c(0,t)=c(w,t) = e.g. 1000 for t(0,t_end)
initial condition
c(x,0) = 0, for x(0,w);
i hope you can help me with this equation
darova
darova 2020년 7월 2일
What about method of lines?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by