[Nek5000-users] Converting Mesh using exo2nek
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Tue Nov 14 09:45:14 CST 2017
Thanks for the answer.
One last question: userdat2 looks like:
do iel=1,nelt
do ifc=1,2*ndim
idss = bc(5,ifc,iel,1)
if (idss.eq.1) cbc(ifc,iel,1)='v '
enddo
enddo
the last value "1" in bc array, and cbc array refers to velocity field,
right? So for temperature BC I should do the same but specifying "2"?
e.g
do iel=1,nelt
do ifc=1,2*ndim
idss = bc(5,ifc,iel,2)
if (idss.eq.1) cbc(ifc,iel,2)='t '
enddo
enddo
JP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20171114/c6d38366/attachment.html>
More information about the Nek5000-users
mailing list