All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Boundary conditions are those condition that are given at extremes of domain of given PDE Initial conditions are those that are given at lower limits or values of domain of given PDE Types of boundary conditions in PDEs: Dirichilet boundary condition: In this boundary condition,the value of the function is specified…
C Ajay Sekar
updated on 23 Jun 2018
Boundary conditions are those condition that are given at extremes of domain of given PDE
Initial conditions are those that are given at lower limits or values of domain of given PDE
Types of boundary conditions in PDEs:
Dirichilet boundary condition:
In this boundary condition,the value of the function is specified at a particular function.
Eg : Consider a bar being fixed at one end. Then value of temperature at fixed point is specified as 0 degrees celsius.
Neuman boundary condition:
In this condition, the boundary condition is specified as normal derivative of the function at the surface.
Considering above eg, temperature is specified as dt/dn= 0 degree celsius.
Mixed boundary condition:
This condition is combination of neuman and dirichilet boundary condition. Here ,value of the unknown function at the surface (initial condition) and the sum of value of unknown function at surface and its normal derivative are specified as boundary conditions.
Considering above example, T = 0 degree celsius and T + dt/dn = 5 degree celsius
Robin boundary condition:
Here sum of value of unknown function at surface (initial condition) and its normal derivative is pecified as boundary condition.
Eg : Using above example, T + dt/dn = 5 degree celsius
Cauchy boundary condition:
In this condition, value of function and its normal derivative are given as boundary conditions. That is the normal derivative of unknown function is specified along with initial condition.
Usisng above example, T = 0 degree celsius and dt/dn = 5 degree celsius.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Discretization and derivation of fourth order approximations of second order derivative using taylor table and matlab
Aim: To derive 4th order approximations of second order derivative for central difference, right skewed and left skewed schemes and write a matlab program to compare error between them Method The code for comparison of error between different schemes is shown below clc clear all close all dx=linspace(1/40,1/20,25);…
26 Jan 2020 08:03 PM IST
Simulation of fluid flow through pipe using openfoam for different wedge angles
Objective To simulate fluid flow through pipeusing open foam for differnt wedge angles and compare results between them Method For simulation, instead of the complete cylinder a right circular cylindrical sector/wedgeis considered as the computational domain. This is done to avoid unnecessarycomputations by…
26 Jan 2020 07:28 PM IST
Simulation of fluid flow through pipe using open foam
Objective To simulate fluid flow thorugh pipe using open foam solver for incompressible flows (icofoam) and to write a program in matlab to genetrate mesh file required for solving fluid flow in pipe Method: From Hagen poiseuille pressure drop equation we can determine the decrease in thepressure per unit…
26 Jan 2020 06:52 PM IST
FVM literature review
The finite volume method (FVM) is a method for representing and evaluating partialdiffrential equation in the form of algebraic equations. This method is apply for over theentire volume & properties are assumed to be concentrated at geometric centre of thevolume concerned. Actually finite volume method there is use…
26 Jan 2020 05:59 AM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.