Implementation of different distribution functions for velocities.
Maxwellian and Diract Delta distributions have been implemented. The input for injection of particles should be rewritten to allow more clear input file.
This commit is contained in:
parent
af74205932
commit
37b0139b1f
37 changed files with 252 additions and 5497 deletions
|
|
@ -1,11 +1,11 @@
|
|||
all: moduleMesh.o Cyl.o 1DCart.o
|
||||
all: moduleMesh.o 2DCyl.o 1DCart.o
|
||||
|
||||
Cyl.o:
|
||||
$(MAKE) -C Cyl all
|
||||
2DCyl.o:
|
||||
$(MAKE) -C 2DCyl all
|
||||
|
||||
1DCart.o:
|
||||
$(MAKE) -C 1DCart all
|
||||
|
||||
moduleMesh.o: moduleMesh.f95
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f95,$@) -o $(OBJDIR)/$@
|
||||
moduleMesh.o: moduleMesh.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue