photo

MAYUR MARUTI DHIRDE


Last seen: quasi 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
1 Risposta

RANK
281.747
of 300.392

REPUTAZIONE
0

CONTRIBUTI
7 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

quasi 2 anni fa | 0

Domanda


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...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 2 anni fa | 1 risposta | 0

1

risposta