Sakiadis function (Exact Analytical Solution)

Sakiadis(eta) provides the Sakiadis function of the elements eta.

Ahora está siguiendo esta publicación

% Sakiadis(eta) is the Sakiadis function of the elements eta.
% The Sakiadis funtion is defined as the solution to the problem in f(eta)
% 2*f'''+f*f''=0, f(0)=0, f'(0)=1, f'(inf)=0, on the positive real line.
% The exact solution of doi.org/10.1063/5.0199302 is implemented.
% example: eta=0:0.01:10; plot(eta,Sakiadis(eta));

Citar como

Nathaniel Barlow (2026). Sakiadis function (Exact Analytical Solution) (https://la.mathworks.com/matlabcentral/fileexchange/157956-sakiadis-function-exact-analytical-solution), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.3

On line 10, replaced

mustBePositive(eta)

with

mustBeNonnegative(eta)

1.0.2

updated doi in description to point to published paper

1.0.1

Updated with correct arXiv reference: arXiv:2401.11034

1.0.0