Hello, I have
recently been learning to use IBAMR. I encountered a problem while trying to
modify the adv_diff/ex8 example. I set the temperature boundary condition of
the outer circle to be an non-homogeneous DIRICHLET boundary condition. The
specific code is:
birkman_adv_diff->registerInhomogeneousBC(
T_var,
phi_outer_solid_var, "DIRICHLET", nullptr, nullptr,
indicator_function_type, num_of_interface_cells, eta, 50);
I set the temperature to 50. When I gradually output the calculation results, I found
that in the outer circle region, the temperature changes with each iteration
step. Here are the results of a few steps, and I am not sure if this is normal.




--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/8231705c-6d54-445d-9689-3e7bc4c43ed6n%40googlegroups.com.