photo

MAYUR MARUTI DHIRDE


Last seen: casi 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
281.717
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


Ode15s , Plotting issue.
Nx = 50; % Number of grid points L = 5000; % Length of the spatial domain dx = L / (Nx-1); % Spatial step si...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to meet integration tolerances without reducing the step size
Nx = 50; % Number of grid points L = 5000; % Length of the spatial domain dx = L / (Nx-1); % Spatial step siz...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
ODE15s Unable to meet integration tolerances without reducing the step size below the smallest value allowed
% Set up the system of ODEs including the boundary condition ODEs function dudt = MyODEs(t, u, Nx, dx, f, c, D) P = u(1:Nx...

casi 2 años hace | 0

Pregunta


ODE15s Unable to meet integration tolerances without reducing the step size below the smallest value allowed
Nx = 50; % Number of grid points L = 5000; % Length of the spatial domain dx = L / (Nx - 1); % Spatial step siz...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


NaN error when i add P =P + delta_P:
% Constants L=10; Nx = 6; % Number of grid points dx = L / (Nx - 1); % Grid spacing x = linspace(0, L, Nx); % Spatial poin...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


NaN Error , while solving Newton Raphson method
% Parameters Nx = 6; % Number of grid points dx = 2; % Grid spacing initial_guess = 1.4; % Initial guess fo...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get NaN error in A_momentum and (-F)?
; Momentum Equation. Problem: In this discretize form v_i, v_i+1 and v_i-1are unknow. Which make equation non linear, To solve ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get NaN error for rho(i,n+1) and v(i,n+1) ?
%% The current code assumes that the nozzles are only present at the first control volume (inlet) and the last control volume ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta