Skip to content

Compression boundary condition incorrect #52

@bclyons12

Description

@bclyons12

If I understand it right, com_bc=1 should set grad^2 chi = 0, but this seems to be setting Del^* chi = 0. Should we flip -x to x?

! no compression
if(com_bc.eq.1 .and. numvar.ge.3) then
call set_laplacian_bc(i_chi,rhs,temp,normal,curv,izonedim,-x,mat)
endif

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions