Michael Asante
To do list
- Please visit Research Tools/Fortran Compiler for basic Fortran compiler options. - YMC 25/07/06
Notice
- Mike, I will put the electronic files here ASAP. Please check this webpage regularly. - YMC 15/07/06
- Please let me have your University IT Services user code. - YMC 19/07/06
- Now you have the Edit Permission. - YMC 20/07/06
- Many thanks - MOA 21/07/06
- References on Wall Boundary Conditions are uploaded. First, you can click the Authors' Name. If it does not work, then click the Volume number. - YMC 26/07/06
- Thanks for this. I will try your suggestion once again. Whilst I can get some of the documents, others I cannot download. You dont need to worry about it anymore, I will sort it out. MOA 26/07/06
- Please check all the Outstanding Tasks I am currently working up to, review and provide some feedback where appllicable. MOA 26/07/06
- When could I start looking at your LES code? MOA 26/07/06
- Compiling command on solar machine is
- f77 -r8 -O4 chan03feb2006.f fourier.f -o output.out
- nohup output.out > test.log &
OUTPUT OF THE LES SIMULATION
- What parameters should I be varying and in what subroutine? What should I be looking at in terms of the output?- ie Graphical representation -MA 03/05/07
DEFINITION OF VELOCITY IN THE THREE DIRECTIONS
- From your code, looking at the output for subroutine SAVEVF and file “up2-xy.plot” and the others, a single array of velocity is found.
The question is : why was the velocities declared as U(-1:NX+2; -1:NY+2; -1:NZ+2) ,V(-1:NX+2; -1:NY+2; -1:NZ+2) , W(-1:NX+2; -1:NY+2; -1:NZ+2) suggesting it is a rank 3 array? -MA 03/05/07. No response needed. I have figured this out now. I am amending my particle tracking code , and would test with the restrt file - MA 04/05/07
- What should briefly be the contents of this report? Hopefully I should have some results for the tracking in the report before the deadline. -MA 03/05/07
-
I am looking for some theory behind the linear interpolation scheme implemented in my tracking code for my end of year report, that can prove the order of accuracy of the method to be at least 2. Any pointers will be most appreciated -MA 03/05/07