Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
basilisk-fr
Conversations
About
Numerical shadowgraph
81 views
Skip to first unread message
alexandr...@gmail.com
unread,
May 14, 2025, 7:42:30 AM
May 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to basilisk-fr
Hello,
I would like to integrate the laplacian of temperature over z :
foreach
()
shadow
[] += ((T[
1
,
0
,
0
] -
2
.*T[] + T[-
1
,
0
,
0
])/sq(Delta) + (T[
0
,
1
,
0
] -
2
.*T[] + T[
0
,-
1
,
0
])/sq(Delta)) * Delta;
How do I say that I want to integrate only on z with basilisk iterators?
Thank you,
Alexandre
j.a.v...@gmail.com
unread,
May 14, 2025, 2:24:05 PM
May 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to basilisk-fr
Hallo Alexandre,
You can integrate along a line segment using "foreach_segment()". e.g.,
http://basilisk.fr/src/layered/hydro.h#fluxes-through-sections
If you want an "integral field" of some sort, you could look (past all the errors) here,
http://basilisk.fr/sandbox/Antoonvh/line_integrate.c
http://basilisk.fr/sandbox/Antoonvh/ti2.c
and notice that the segment integral is likely more robust.
Antoon
Op woensdag 14 mei 2025 om 13:42:30 UTC+2 schreef
alexandr...@gmail.com
:
Reply all
Reply to author
Forward
0 new messages