Daniel Wheeler
Daniel Wheeler
I'm curious. Did you get the same issues in OpenFOAM even with the features switched on that FiPy is missing? I probably won't be adding any more flow examples unless...
@icampbell1, thanks, certainly try this is we get around to updating the docs
Hi @simulkade, This seems to work ``` from fipy import Grid2D, CellVariable, FaceVariable import numpy as np def upwindValues(mesh, field, velocity): """Calculate the upwind face values for a field variable...
A few test cases? It took me a while to figure out what it was supposed to do. It only works in 2D right? Maybe have an exception in the...
Added Cory Simon's paper. Do you think that we should stop listing these and use something like researchid instead of keeping an active list? We would still need to update...
@tkphd should be better now
> For example, I was able to print the “X_delta” array with “numpy.array()” function, but I got error messages when I used the function, “numpy.array(y_delta)”. What was the error message?
Could you perhaps list out the packages and versions in your environment? `pip freeze` helps with this if you're using pip or `conda list` if you're using Conda. It's likely...
@btthorn1, it looks like we haven't tested PyMKS with version 2022.3 of Sfepy. PyMKS works for sure with version 2022.1. Unfortunately, it looks like the Sfepy API has changed between...
Hi @cheongw: `PrimitiveBasis` and `MKSHomegnizationModel` and going to be deprecated in future versions of PyMKS. They are basically no longer supported. The [`PrimitiveTransformer`](https://pymks.readthedocs.io/en/stable/API.html#pymks.PrimitiveTransformer) replaces the functionality of the `PrimitiveBasis` class....