[components] TabulatedComponent cannot be used for all components (e.g., air)
Some components are lacking vaporPressure()
, thus they cannot be compiled with a tabulation.
We could rethink this and only do the tabulation if the raw component acutally implements vaporPressure()
, otherwise a runtime error could be thrown.