Intermediate push
I still have to figure out how to do this properly, but I am tired of working on my laptop.
This commit is contained in:
parent
b73c8531e8
commit
286e858d66
10 changed files with 166 additions and 139 deletions
|
|
@ -148,8 +148,8 @@ MODULE moduleOutput
|
|||
formatValues%density = rawValues%den*tempVol
|
||||
formatValues%velocity(:) = tempVel
|
||||
IF (tensorTrace(tensorTemp) > 0.D0) THEN
|
||||
formatValues%pressure = speciesIn%m*tensorTrace(tensorTemp)*tempVol/3.D0
|
||||
formatValues%temperature = formatValues%pressure/(formatValues%density*kb)
|
||||
formatValues%pressure = speciesIn%mass*tensorTrace(tensorTemp)*tempVol/3.D0
|
||||
formatValues%temperature = formatValues%pressure/(formatValues%density*kb)
|
||||
|
||||
END IF
|
||||
END IF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue