photo

Mahendra Yadav


Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
94 037
of 301 204

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 191

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 339

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to plot streamlines and Vorticity of the non-uniform data
please help me to draw the streamlines and vorticity contours using the attached non-uniform data of velocity. hdata = load...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


How can I remove some specific lines from this contour plot
I'm a learner in the matlab. This streamline plot is for lid driven cavity with top wall in motion. I used in this plot around ...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


How can I implement these formulae to obtain Average Nusselt Number
Moreover, H = L = 1; T_h = 1.0; T_c = 0.0; dx = dy = 1/99; x = 0:dx:1; y = 0:dy:1;

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Lid Driven Cavity Problem
I have simulated Lid Driven Cavity Flow using Lattice Boltzmann Method. But I'm getting "NaN" values for density as well as for ...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

0

réponse

Question


How can I draw and descretize(into grids or mesh) this domain in 2D.

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How Can I plot Streamlines for the following code. You can reduce the time steps to save your time. Thanks!
clc clear all close all M = 1000; N = 40; xE = M/N; yE = N/N; dx = xE/M; dy = yE/N; x = 0:dx:xE; y = 0:dy:yE; tfinal...

presque 5 ans il y a | 1 réponse | 0

1

réponse