Ian Bell
Ian Bell
Can you make a pull request?
Did you check out the repository linked in the paper? On Thu, Dec 30, 2021 at 9:19 PM caofali ***@***.***> wrote: > Dear ibell, > I'm do some research on...
You can go to the "about" window in Excel and it will say what the bitness of your Excel is On Wed, Dec 21, 2022 at 5:35 PM theangkko ***@***.***>...
You might be interested in these superancillary equations, they should replace your in-house solution: https://doi.org/10.1063/5.0191228
[BUG] - crash on c++ exception when importing 2 pybind submodules built from different MSVC versions
Maybe this is related: https://github.com/pybind/pybind11/issues/1562 ?
In FloodState, you should almost never be calling PropsSI, you should always try to call self.pAS.keyed_output instead
You need to implement all the methods of the base class - get_T, get_p, etc. You'll notice that in the pdsim code, we call the get_T, get_rho.. methods in order...
You should try to get your code to compile now. You will need to add your file in setup.py (in the list of pyx files).
I think the formula is indeed wrong, but not in the way you write. First, let's agree about how to define the mechanical efficiency. I would say it is the...
What do you think?