How to understand dimensionless data of MacCormack's method

  • Thread starter Thread starter ulfaazmi
  • Start date Start date
  • Tags Tags
    Data Method
AI Thread Summary
The discussion revolves around a numerical investigation of unsteady heat transfer in a Newtonian fluid within a square cavity, utilizing the HSMAC finite difference method. The user has successfully obtained dimensionless data for fluid velocity and is seeking guidance on whether to convert this data into dimensional terms before plotting. They have established a relationship between the dimensionless velocity (Vx) and the dimensional velocity (v), using the equation v = Vx * V*, where V* is defined in terms of thermal diffusivity and the height of the enclosure. Participants in the discussion emphasize the importance of understanding the dimensions of input data and the governing equations to determine the appropriate output format. They highlight the necessity of considering any dimensional aspects, such as step sizes, in the calculations.
ulfaazmi
Messages
17
Reaction score
1
Dear, everyone..

I am doing a numerical investigation of unsteady heat transfer in a Newtonian fluid occupying a square cavity. I solved numerically using HSMAC(Highly Simplified Marker and Cell) finite difference approach as the governing dimensionless equation. The fluid flow is simulated with a heating on vertical side (left) wall and a cooling on vertical side (right) wall. The program has been exist, so I only studied the code of program to get the data and it has been done. but my problem is the data are dimensionless, so need I return those data into dimensional term before drawing??

for example: Vx= nondimensional of velocity in x-axis, and I already got the values.
v = dimensional of velocity in x-axis, where Vx = v/V*
so that in the equation, I defined v = Vx . V*.
where, V*= α/L , α = thermal diffusivity (m2/s), L= Height of enclosure in x-axis (m)

So, need I change the data to get the dimensional parameter as like v,P,T before plotting?? need I change the Vx to v ?
hopefully someone can help me..
thank you.
 
Technology news on Phys.org
I guess you really want units? So do you know the dimensions (or units) of the input data? What about the governing formula that the code is based on? What would you expect the output to be. Remember that there may be something like Δx or Δt which will be like your step size, but it will carry a dimension.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top