Skip to content

Commit

Permalink
modify .prm to take into account changes on BCs
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLaurentinCS committed Nov 1, 2024
1 parent b1408f6 commit bd7417b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion examples/multiphysics/jurins-law-2d/jurins-law-2d.prm
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,24 @@ end
#---------------------------------------------------

subsection boundary conditions cahn hilliard
set number = 1
set number = 4
subsection bc 0
set id = 2
set type = angle_of_contact
set angle value = 50
end
subsection bc 1
set id = 3
set type = noflux
end
subsection bc 2
set id = 4
set type = noflux
end
subsection bc 3
set id = 5
set type = noflux
end
end

#---------------------------------------------------
Expand Down

0 comments on commit bd7417b

Please sign in to comment.