Laplace equation in 3D with numerous Non-Homogeneous BC(s) [Strategy Check] Announcing the...

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

How to deal with a team lead who never gives me credit?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Is the Standard Deduction better than Itemized when both are the same amount?

Why are Kinder Surprise Eggs illegal in the USA?

What is Arya's weapon design?

Okay to merge included columns on otherwise identical indexes?

What's the purpose of writing one's academic biography in the third person?

The logistics of corpse disposal

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Using et al. for a last / senior author rather than for a first author

How do I stop a creek from eroding my steep embankment?

What causes the vertical darker bands in my photo?

Should I use a zero-interest credit card for a large one-time purchase?

porting install scripts : can rpm replace apt?

What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?

How does debian/ubuntu knows a package has a updated version

What does this icon in iOS Stardew Valley mean?

Can a non-EU citizen traveling with me come with me through the EU passport line?

Storing hydrofluoric acid before the invention of plastics

In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?

Is it true that "carbohydrates are of no use for the basal metabolic need"?

How to react to hostile behavior from a senior developer?

Can an alien society believe that their star system is the universe?



Laplace equation in 3D with numerous Non-Homogeneous BC(s) [Strategy Check]



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Three dimensional Laplace equation with constant Temp. on one face. [Solution not satisfying BC]How to solve 2D Laplace Equation over an infinite rectangular strip (bounded on two edges), with Dirichlet boundary conditionsSolving the 2D heat equation with inhomogenous B.C. by separation of variablesLaplace equation in 2D Cartesian with mixed boundary conditions3D Homogenous Laplace equation with integral boundary conditionsLaplacian with Integral BC(s)Evaluating Fourier coefficients to complete a Laplace equation solutionTwo fluids flowing perpendicular in thermal contact with a Wall [Help to mathematically model]Evaluating Coefficients for a Fourier Series when Exponential terms are present [Approach needed]Two-dimensional Laplace equation with weird Robin BCThree dimensional Laplace equation with constant Temp. on one face. [Solution not satisfying BC]












1












$begingroup$


I need to solve the three-dimensional Laplace equation ($nabla^2T = 0$) where $nabla^2=frac{partial^2}{partial x^2} +frac{partial^2}{partial y^2}+frac{partial^2}{partial z^2}$ in the domain where $xin[0,L];yin[0,l]$ and $zin[0,mu]$. The boundary conditions are
$$Tvert_{0,y,z} = T_{hi}, T{(L,y,z)} = 0 tag A$$
$$Tvert_{x,0,z} = T_{ci}, T{(x,l,z)} = 0tag B$$
$$frac{partial T}{partial z}vert_{x,y,0} = k_c(Tvert_{x,y,0}-T_{c,av}) tag C$$
$$frac{partial T}{partial z}vert_{x,y,mu} = k_h(T_{h,av} - Tvert_{x,y,mu}) tag D$$



Here, $$T_{c,av} = frac{1}{2}Bigg(T_{ci}+e^{-b_c}Bigg[T_{ci}+frac{b_c}{l}int_0^l e^{b_c s/l}T(x,s,z)mathrm{d}sBigg]Bigg) tag E$$



and, $$T_{h,av} = frac{1}{2}Bigg(T_{hi}+e^{-b_h}Bigg[T_{hi}+frac{b_h}{L}int_0^L e^{b_h s/L}T(s,y,z)mathrm{d}sBigg]Bigg) tag F$$



I have decided to sub-divide the problem into three parts and adding up the solution of each sub-problem finally. Can be better understood from the following schematic:



enter image description here



SP1,SP2 are identical problems. The last two figures at the end describe SP3 with each figure showing $z=0$ and $z=mu$ face respectively.





SP3



The other B.C.(s) for SP3 are:



$$T(0,y,z) = T(L,y,z) = T(x,0,z) = T(x,l,z) = 0 tag G$$



along with B.C.(s) $bfmathrm(C),mathrm(D)$



Hence, SP3 has two non-homogeneous Robin type BC at $z=0$ and $z=mu$ respectively.
I assume a preliminary temp. distribution as follows:



$$T(x,y,z) = sum_{n,m=1}^{infty}T_{nm}(z)sinbigg(frac{npi x}{L}bigg)sinbigg(frac{mpi y}{l}bigg) tag H$$.
where,



$$T_{nm}(z) = A_{nm}e^{gamma z} + B_{nm}e^{-gamma z} tag I$$



I plan on evaluating $A_{nm}$ and $B_{nm}$ using the two linear equations in two unknowns that would be generated on applying $(mathrm{H})$ in the boundary conditions : $bfmathrm{(C)}$ and $bfmathrm{(D)}$ .





My questions are:




  1. Is this method of sub-dividing the problems logical or is there any conceptual flaw in this approach ?

  2. The physical situation that these equations describe should not allow the temperature on $z=mu$ wall go above $T_{hi}$ and $z=0$ wall go below $T_{ci}$. My solution defies these constraints. Can anyone give this a try and help me out by verifying this ?












share|cite|improve this question











$endgroup$

















    1












    $begingroup$


    I need to solve the three-dimensional Laplace equation ($nabla^2T = 0$) where $nabla^2=frac{partial^2}{partial x^2} +frac{partial^2}{partial y^2}+frac{partial^2}{partial z^2}$ in the domain where $xin[0,L];yin[0,l]$ and $zin[0,mu]$. The boundary conditions are
    $$Tvert_{0,y,z} = T_{hi}, T{(L,y,z)} = 0 tag A$$
    $$Tvert_{x,0,z} = T_{ci}, T{(x,l,z)} = 0tag B$$
    $$frac{partial T}{partial z}vert_{x,y,0} = k_c(Tvert_{x,y,0}-T_{c,av}) tag C$$
    $$frac{partial T}{partial z}vert_{x,y,mu} = k_h(T_{h,av} - Tvert_{x,y,mu}) tag D$$



    Here, $$T_{c,av} = frac{1}{2}Bigg(T_{ci}+e^{-b_c}Bigg[T_{ci}+frac{b_c}{l}int_0^l e^{b_c s/l}T(x,s,z)mathrm{d}sBigg]Bigg) tag E$$



    and, $$T_{h,av} = frac{1}{2}Bigg(T_{hi}+e^{-b_h}Bigg[T_{hi}+frac{b_h}{L}int_0^L e^{b_h s/L}T(s,y,z)mathrm{d}sBigg]Bigg) tag F$$



    I have decided to sub-divide the problem into three parts and adding up the solution of each sub-problem finally. Can be better understood from the following schematic:



    enter image description here



    SP1,SP2 are identical problems. The last two figures at the end describe SP3 with each figure showing $z=0$ and $z=mu$ face respectively.





    SP3



    The other B.C.(s) for SP3 are:



    $$T(0,y,z) = T(L,y,z) = T(x,0,z) = T(x,l,z) = 0 tag G$$



    along with B.C.(s) $bfmathrm(C),mathrm(D)$



    Hence, SP3 has two non-homogeneous Robin type BC at $z=0$ and $z=mu$ respectively.
    I assume a preliminary temp. distribution as follows:



    $$T(x,y,z) = sum_{n,m=1}^{infty}T_{nm}(z)sinbigg(frac{npi x}{L}bigg)sinbigg(frac{mpi y}{l}bigg) tag H$$.
    where,



    $$T_{nm}(z) = A_{nm}e^{gamma z} + B_{nm}e^{-gamma z} tag I$$



    I plan on evaluating $A_{nm}$ and $B_{nm}$ using the two linear equations in two unknowns that would be generated on applying $(mathrm{H})$ in the boundary conditions : $bfmathrm{(C)}$ and $bfmathrm{(D)}$ .





    My questions are:




    1. Is this method of sub-dividing the problems logical or is there any conceptual flaw in this approach ?

    2. The physical situation that these equations describe should not allow the temperature on $z=mu$ wall go above $T_{hi}$ and $z=0$ wall go below $T_{ci}$. My solution defies these constraints. Can anyone give this a try and help me out by verifying this ?












    share|cite|improve this question











    $endgroup$















      1












      1








      1





      $begingroup$


      I need to solve the three-dimensional Laplace equation ($nabla^2T = 0$) where $nabla^2=frac{partial^2}{partial x^2} +frac{partial^2}{partial y^2}+frac{partial^2}{partial z^2}$ in the domain where $xin[0,L];yin[0,l]$ and $zin[0,mu]$. The boundary conditions are
      $$Tvert_{0,y,z} = T_{hi}, T{(L,y,z)} = 0 tag A$$
      $$Tvert_{x,0,z} = T_{ci}, T{(x,l,z)} = 0tag B$$
      $$frac{partial T}{partial z}vert_{x,y,0} = k_c(Tvert_{x,y,0}-T_{c,av}) tag C$$
      $$frac{partial T}{partial z}vert_{x,y,mu} = k_h(T_{h,av} - Tvert_{x,y,mu}) tag D$$



      Here, $$T_{c,av} = frac{1}{2}Bigg(T_{ci}+e^{-b_c}Bigg[T_{ci}+frac{b_c}{l}int_0^l e^{b_c s/l}T(x,s,z)mathrm{d}sBigg]Bigg) tag E$$



      and, $$T_{h,av} = frac{1}{2}Bigg(T_{hi}+e^{-b_h}Bigg[T_{hi}+frac{b_h}{L}int_0^L e^{b_h s/L}T(s,y,z)mathrm{d}sBigg]Bigg) tag F$$



      I have decided to sub-divide the problem into three parts and adding up the solution of each sub-problem finally. Can be better understood from the following schematic:



      enter image description here



      SP1,SP2 are identical problems. The last two figures at the end describe SP3 with each figure showing $z=0$ and $z=mu$ face respectively.





      SP3



      The other B.C.(s) for SP3 are:



      $$T(0,y,z) = T(L,y,z) = T(x,0,z) = T(x,l,z) = 0 tag G$$



      along with B.C.(s) $bfmathrm(C),mathrm(D)$



      Hence, SP3 has two non-homogeneous Robin type BC at $z=0$ and $z=mu$ respectively.
      I assume a preliminary temp. distribution as follows:



      $$T(x,y,z) = sum_{n,m=1}^{infty}T_{nm}(z)sinbigg(frac{npi x}{L}bigg)sinbigg(frac{mpi y}{l}bigg) tag H$$.
      where,



      $$T_{nm}(z) = A_{nm}e^{gamma z} + B_{nm}e^{-gamma z} tag I$$



      I plan on evaluating $A_{nm}$ and $B_{nm}$ using the two linear equations in two unknowns that would be generated on applying $(mathrm{H})$ in the boundary conditions : $bfmathrm{(C)}$ and $bfmathrm{(D)}$ .





      My questions are:




      1. Is this method of sub-dividing the problems logical or is there any conceptual flaw in this approach ?

      2. The physical situation that these equations describe should not allow the temperature on $z=mu$ wall go above $T_{hi}$ and $z=0$ wall go below $T_{ci}$. My solution defies these constraints. Can anyone give this a try and help me out by verifying this ?












      share|cite|improve this question











      $endgroup$




      I need to solve the three-dimensional Laplace equation ($nabla^2T = 0$) where $nabla^2=frac{partial^2}{partial x^2} +frac{partial^2}{partial y^2}+frac{partial^2}{partial z^2}$ in the domain where $xin[0,L];yin[0,l]$ and $zin[0,mu]$. The boundary conditions are
      $$Tvert_{0,y,z} = T_{hi}, T{(L,y,z)} = 0 tag A$$
      $$Tvert_{x,0,z} = T_{ci}, T{(x,l,z)} = 0tag B$$
      $$frac{partial T}{partial z}vert_{x,y,0} = k_c(Tvert_{x,y,0}-T_{c,av}) tag C$$
      $$frac{partial T}{partial z}vert_{x,y,mu} = k_h(T_{h,av} - Tvert_{x,y,mu}) tag D$$



      Here, $$T_{c,av} = frac{1}{2}Bigg(T_{ci}+e^{-b_c}Bigg[T_{ci}+frac{b_c}{l}int_0^l e^{b_c s/l}T(x,s,z)mathrm{d}sBigg]Bigg) tag E$$



      and, $$T_{h,av} = frac{1}{2}Bigg(T_{hi}+e^{-b_h}Bigg[T_{hi}+frac{b_h}{L}int_0^L e^{b_h s/L}T(s,y,z)mathrm{d}sBigg]Bigg) tag F$$



      I have decided to sub-divide the problem into three parts and adding up the solution of each sub-problem finally. Can be better understood from the following schematic:



      enter image description here



      SP1,SP2 are identical problems. The last two figures at the end describe SP3 with each figure showing $z=0$ and $z=mu$ face respectively.





      SP3



      The other B.C.(s) for SP3 are:



      $$T(0,y,z) = T(L,y,z) = T(x,0,z) = T(x,l,z) = 0 tag G$$



      along with B.C.(s) $bfmathrm(C),mathrm(D)$



      Hence, SP3 has two non-homogeneous Robin type BC at $z=0$ and $z=mu$ respectively.
      I assume a preliminary temp. distribution as follows:



      $$T(x,y,z) = sum_{n,m=1}^{infty}T_{nm}(z)sinbigg(frac{npi x}{L}bigg)sinbigg(frac{mpi y}{l}bigg) tag H$$.
      where,



      $$T_{nm}(z) = A_{nm}e^{gamma z} + B_{nm}e^{-gamma z} tag I$$



      I plan on evaluating $A_{nm}$ and $B_{nm}$ using the two linear equations in two unknowns that would be generated on applying $(mathrm{H})$ in the boundary conditions : $bfmathrm{(C)}$ and $bfmathrm{(D)}$ .





      My questions are:




      1. Is this method of sub-dividing the problems logical or is there any conceptual flaw in this approach ?

      2. The physical situation that these equations describe should not allow the temperature on $z=mu$ wall go above $T_{hi}$ and $z=0$ wall go below $T_{ci}$. My solution defies these constraints. Can anyone give this a try and help me out by verifying this ?









      proof-verification pde boundary-value-problem heat-equation laplacian






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 25 at 2:37







      Indrasis Mitra

















      asked Mar 13 at 5:25









      Indrasis MitraIndrasis Mitra

      50111




      50111






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146132%2flaplace-equation-in-3d-with-numerous-non-homogeneous-bcs-strategy-check%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146132%2flaplace-equation-in-3d-with-numerous-non-homogeneous-bcs-strategy-check%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?