Macro Flashcards

1
Q

What particle methods are used in Macroscopic scale?

A

Particle-in-cells
Vortex-in-cells
Smoothed Particle Hydrodynamics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the Particle-in-cell algorithm structured? (PIC)

A

1) realise the particle-state at time n
2) charge density evaluation on the grid
3) electrostatic potential evaluation on the grid
4) electrostatic field evaluation on the grid
5) final particle-state update
6) repeat to 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the typical applications of Particle-in-cell? (PIC)

A

collisionless plasma simulations
astrophysics simulations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the differences between Particle-in-cell and Cloud-in-cell? (PIC)

A

in Particle-in-cell, the charge of a particle is associated by its cell’s centroid

in Cloud-in-cell, the charge of a particle is determined by a weighting to the nearbiest cells’ centroids

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does the Particle-in-cell solves the complexity problem in simulating a large number of particles? (PIC)

A

1) consider a set of N particles randomly distributed over the domain A
2) the domain A is divided into finite subcells pf linear size delta
3) the size delta is determined in such a way that a sufficient number of particles is contained

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How is the Hydrodynamics Particle-in-cell method’s algorithm structured? (PIC)

A

1) initiate the mean-field force based on the pressure gradient
2) define N particles and their states
3) evaluate the cell-quantities
4) computation of the momentum equation (Eulerian then Lagrangian)
5) update the particles’ velocities and energies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the differences between Particle-in-cell and Vortex-in-cell? (PIC)

A

VIC : vorticity-stream
PIC : pressure-velocity

VIC : lagrangian calculation first for the vorticity THEN eulerian to solve the stream fct and get the velocity field

PIC : eulerian computation first to solve for the pressure field THEN lagrangian for updating the velocities, energy, and motion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an important information of Particle-in-cell method?(PIC)

A

momentum is not conserved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a problem with Smoothed Particle Hydrodynamics? (SPH)

A

it has non-physical artifacts from molecular dynamics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the properties of kernel funcitons? (SPH)

A

radial symmetry
compact property
approximation of delta function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Kernel fucntion? (SPH)

A

an interpolation function to determine how the properties of the neighbouring particles influence a given particle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is Smoothed Particle Hydrodyanmics used? (SPH)

A

in CGI and astrophysics simulations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is the Smoothed Particle Hydrodynamics algorithm structured? (SPH)

A

1) initialisation
2) realisation
3) partition domain into cells
4) construct cell linked lists
5) boundary condition
6) calculate new velocity
7) repeat to 2)

*similar to Molecular Dynamics or Direct Simulation Monte-Carlo but no average is needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly