About 386,000 results
Open links in new tab
  1. Newest 'fipy' Questions - Stack Overflow

    Apr 28, 2025 · In fipy there is a default solver for the equations but it isn't clear as to which one it is out of the plethora of possibilities mentioned in the manual. I was wondering as to what kind …

  2. Mathematical operations with ConvectionTerm() or …

    Jul 1, 2020 · I'm currently learning how to use FiPy and eventually want to use it to solve some biological problems. I have been trying to implement the following PDE system which …

  3. Robin boundary conditions for PDE - fipy - Stack Overflow

    Apr 8, 2025 · 0 I'm trying to use fipy to solve a PDE system. In this case, I have a coupled of PDEs and I need to solve for two components of a vector field (m1 and m2). However, I dont …

  4. Extracting the values of Fipy diffusion and convection terms

    Jul 3, 2024 · A FiPy DiffusionTerm or ConvectionTerm doesn't really have a "value"; instead, it makes entries in the solution matrix. var.faceGrad.divergence will give you an idea of how the …

  5. Implement 2D Burgers Equation on FiPy - Stack Overflow

    Oct 21, 2023 · It is stated here that FiPy was not good at handling Hyperbolic PDE's. However this forum was written in 2016 so maybe things have changed a bit. I would like to implement …

  6. Solving pde in python with implicit source terms - Stack Overflow

    The variables are p, n and ψ. As can be seen from the first and second equation, the first term can be set as the diffusion term in the pde solver in fipy. If the other terms of the first and …

  7. FiPy 2D Navier Stokes implementation: problem with derivatives in …

    Feb 17, 2021 · FiPy 2D Navier Stokes implementation: problem with derivatives in one direction Asked 4 years, 10 months ago Modified 4 years, 10 months ago Viewed 1k times

  8. Best way to solve coupled PDEs in fipy - Stack Overflow

    Feb 9, 2021 · I am trying to solve the following problem using fipy but I am a bit overwhelmed. Hoping someone can point me in the right direction. C and q are the dependent variables and I …

  9. modeling - Heat equation units in FiPy - Stack Overflow

    Apr 28, 2025 · Question Am I correct in using volumetric properties when simulating the heat diffusion equation with FiPy? Context I am solving the transient heat diffusion equation with an …

  10. Using FiPy and Mayavi to solve the diffusion equation in 3D

    Using FiPy and Mayavi to solve the diffusion equation in 3D Asked 10 years, 1 month ago Modified 8 years, 8 months ago Viewed 2k times