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:
Jorge Gonzalez 2023-09-22 18:18:46 +02:00
commit 286e858d66
10 changed files with 166 additions and 139 deletions

View file

@ -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