Skip to content

Testing Module and Phase Transitions#169

Open
aidanfitz wants to merge 39 commits intoORNL-CEES:masterfrom
aidanfitz:master
Open

Testing Module and Phase Transitions#169
aidanfitz wants to merge 39 commits intoORNL-CEES:masterfrom
aidanfitz:master

Conversation

@aidanfitz
Copy link
Collaborator

No description provided.

Comment on lines +61 to +69
subroutine printMolFractions
USE ModuleThermo
integer :: i

do i = 1, nSpecies
print *, i, cSpeciesName(i), dMolFraction(i)
end do

end subroutine printMolFractions
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be part of the output module


contains

subroutine testMolFraction(dGibbsCheck, dHeatCapacityCheck, nSpeciesTest, iSpeciesIndexTest, dMolFractionTest, lPass)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
subroutine testMolFraction(dGibbsCheck, dHeatCapacityCheck, nSpeciesTest, iSpeciesIndexTest, dMolFractionTest, lPass)
subroutine testProperties(dGibbsCheck, dHeatCapacityCheck, nSpeciesTest, iSpeciesIndexTest, dMolFractionTest, lPass)


lPass = .TRUE.

end subroutine testMolFraction
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
end subroutine testMolFraction
end subroutine testProperties

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file

!
! Purpose:
! ========
!> \details Using a bisection search, this subroutine will find and record temperatures of which a phase has
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
!> \details Using a bisection search, this subroutine will find and record temperatures of which a phase has
!> \details Using a bisection search, this subroutine will find and record phase transition temperatures.




end subroutine PhaseTransition
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bisection algorith does appear to work.

@parikshitbajpai
Copy link
Collaborator

The makefile is good. Failing validation test needs fixing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants