| 764 | return _gibbsmolar_excess; |
| 765 | } |
| 766 | double AbstractState::helmholtzmolar() { |
| 767 | if (!_helmholtzmolar) _helmholtzmolar = calc_helmholtzmolar(); |
| 768 | return _helmholtzmolar; |
| 769 | } |
| 770 | double AbstractState::helmholtzmolar_excess() { |
| 771 | if (!_helmholtzmolar_excess) calc_excess_properties(); |
| 772 | return _helmholtzmolar_excess; |