Community Profile

photo

Sudharsan Srinivasan


University of Limerick

Last seen: ungefär 3 år ago Active since 2017

Followers: 0   Following: 0

Hello,
I am pursuing Doctoral degree at UL and my research is on Lattice Boltzmann simulation of particulate flows

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How do I calculate the pair distribution function, g(r), if I know a list of particle centres?
I have a list of particle centre of mass in x, y, and z directions. I want to calculate the pair distribution function, g(r) tha...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


counting the number of clusters
I have a list of pair of numbers for example (please see below). In this example, if we look at the first column, the number one...

mer än 4 år ago | 2 answers | 0

2

answers

Question


How to use for loop to open and read set of .bin files
Hello, I have a huge list of .bin files of the form x0,x1,x2....xn, and y0,y1,y2....yn, and z0,z1,z2....zn. I want to open and r...

mer än 5 år ago | 0 answers | 0

0

answers

Question


How to generate randomly packed spheres of equal radius such that there is no overlapping
I have a cubic domain of size 100x50x50. How can i use the "sphere" function in matlab to generate spheres that are randomly pac...

mer än 5 år ago | 0 answers | 0

0

answers

Question


How to plot a sphere with lines of latitude (constant phi) for a given center (xo, yo, zo) and radius (R)
How do I construct a sphere with lines of latitude using loops and not the inbuilt sphere function in matlab

nästan 6 år ago | 1 answer | 0

1

answer

Question


Searching using loop in matlab
I have n (number of particles) = 1:10. These particles flow in the system and i want to check if for certain condition is satisf...

mer än 6 år ago | 1 answer | 0

1

answer

Question


Storing vectors for different time steps in same variable name
I have a vector A of size 30 by 1, which changes its value for every time steps (ts). How will I store all the values in a same ...

mer än 6 år ago | 1 answer | 0

1

answer

Question


how to specity axis using imagesc
Hi. I have a matrix A of size 200*40. I have to generate image for every 200 time steps for which i am using imagesc(A). By defa...

mer än 6 år ago | 1 answer | 0

1

answer

Question


How to use for loop ?
Let's say I have a matrix A = zeros(1000,500). I have two another matrices of size 2 X 50 each for example B = [1 2 3 .... 50 ; ...

mer än 6 år ago | 2 answers | 0

2

answers

Question


How to plot streamlines ?
Lets say I have channel of length x = 200 and height y = 200. I have my velocity (u and v) distributed throughout the channel of...

mer än 6 år ago | 1 answer | 0

1

answer

Question


plotting a transient solution
Lets say I have a rectangular domain of length = 500m and height = 100m. I have the computed velocity distribution through the g...

mer än 6 år ago | 0 answers | 0

0

answers

Question


Usage of 'dsolve' function in MATLAB
I am trying to solve a 1D transient (unsteady state) partial differential equation of the form, du/dt = c (d2u/dy2). Here 'd' is...

mer än 6 år ago | 1 answer | 0

1

answer

Question


Plotting within for loop
Lets say for example I have a variable t = 1:1:5000. I want to execute my "for" loop from 1 to 5000 time steps. Within the "for"...

nästan 7 år ago | 1 answer | 0

1

answer

Question


I have a question about for loop
Lets say a = [1,2,3....35] and b = [1,2,3...35]. The size of both the vectors are same i.e. 1 by 35. I have another matrix say R...

nästan 7 år ago | 1 answer | 0

1

answer

Question


How will I collect/pick only certain values from a matrix, whose co-ordinates (which row and column to be picked) is specified in another vector?
I have two vectors say "a" and "b" of size 1by35 which stores certain values that specify the row and column number. I have anot...

nästan 7 år ago | 2 answers | 0

2

answers