Skip to content

Unused Boundary Condition Error while solving coupled PDEs #697

Description

@DelightE99

Hi David and Team.
I encountered an issue when trying to solve the coupled PDE equation below

Image

It's a 1D energy equation for a porous gas-solid media and when I implemented the code below, I got the error "unused boundary conditions" and the equation was not solved.

Code

Image Image

Error
Image

I have searched the documentation to see where the source of error could be or to find a template for the coupled equations, but I haven't found any so far.

I am not sure if I am cascading the PDEs in the right format or if the problem is with the field definition or how I specified the bc's (bc didn't work so I used bc_ops)....

For better context, the boundary conditions at the left/top is Dirichlet for fluid and Neumann for solid and at the right is Neumann for both fluid and solid and I do not know how to implement that.

I would appreciate it if you point me in the right direction on this one. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions