<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://caml.music.mcgill.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://caml.music.mcgill.ca/feed.php">
        <title>Computational Acoustic Modeling Laboratory - projects:fem</title>
        <description></description>
        <link>http://caml.music.mcgill.ca/</link>
        <image rdf:resource="http://caml.music.mcgill.ca/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-05-07T06:35:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://caml.music.mcgill.ca/doku.php?id=projects:fem:flangedpipe&amp;rev=1748887889&amp;do=diff"/>
                <rdf:li rdf:resource="http://caml.music.mcgill.ca/doku.php?id=projects:fem:toneholeflangeddalmont&amp;rev=1748887889&amp;do=diff"/>
                <rdf:li rdf:resource="http://caml.music.mcgill.ca/doku.php?id=projects:fem:unflangedpipe&amp;rev=1748887889&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://caml.music.mcgill.ca/lib/exe/fetch.php?media=favicon.ico">
        <title>Computational Acoustic Modeling Laboratory</title>
        <link>http://caml.music.mcgill.ca/</link>
        <url>http://caml.music.mcgill.ca/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://caml.music.mcgill.ca/doku.php?id=projects:fem:flangedpipe&amp;rev=1748887889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-02T18:11:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flangedpipe</title>
        <link>http://caml.music.mcgill.ca/doku.php?id=projects:fem:flangedpipe&amp;rev=1748887889&amp;do=diff</link>
        <description>FEM Simulation of a Flanged Pipe


%
% COMSOL / Matlab Script
% Calculation of the acoustic radiation impedance of a flanged pipe 
% with the FEM (Helmholtz equation)
%
% Antoine Lefebvre, McGill University
%
% Copyright (c) 2010 Antoine Lefebvre
%

flclear fem

rho = 1.25;
c = 343;
a = 0.01;
L = 0.03;
N = 3; % ratio of sphere radius to cylinder radius

radiation_domain = ...
  block3(2*N*a,2*N*a,N*a,&#039;base&#039;,&#039;corner&#039;,&#039;pos&#039;,[-N*a,-N*a,0]) * sphere3(N*a);
model = (cylinder3(a,L,&#039;pos&#039;,[0,0,-L]) + ra…</description>
    </item>
    <item rdf:about="http://caml.music.mcgill.ca/doku.php?id=projects:fem:toneholeflangeddalmont&amp;rev=1748887889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-02T18:11:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>toneholeflangeddalmont</title>
        <link>http://caml.music.mcgill.ca/doku.php?id=projects:fem:toneholeflangeddalmont&amp;rev=1748887889&amp;do=diff</link>
        <description>FEM Simulation of the Toneholes Studied by Dalmont et al. (2002)


%
% COMSOL / Matlab script
% FEM Simulation of two toneholes with the same geometry as in 
% Dalmont et al. (2002), Experimental determination of the equivalent circuit
% of an open side hole: Linear and non linear behavior. Acustica, 88, 567-575.
%
% Antoine Lefebvre, McGill University
%
% Copyright (c) 2010 Antoine Lefebvre
%
flclear fem

% COMSOL version
clear vrsn
vrsn.name = &#039;COMSOL 3.5&#039;;
vrsn.ext = &#039;a&#039;;
vrsn.major = 0;
vrsn…</description>
    </item>
    <item rdf:about="http://caml.music.mcgill.ca/doku.php?id=projects:fem:unflangedpipe&amp;rev=1748887889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-02T18:11:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>unflangedpipe</title>
        <link>http://caml.music.mcgill.ca/doku.php?id=projects:fem:unflangedpipe&amp;rev=1748887889&amp;do=diff</link>
        <description>FEM Simulation of an Unflanged Pipe


%
% COMSOL / Matlab script
% Calculation of the acoustic radiation impedance of an unflanged pipe 
% with the FEM (Helmholtz equation)
%
% Antoine Lefebvre, McGill University
%
% Copyright (c) 2010 Antoine Lefebvre
%
flclear fem

rho = 1.25;
c = 343;
a = 0.01;
L = 0.03;
N = 5;

ka = [0.01 colon(0.1,0.1,1.0)];
k = ka/a;

block = block3(2*N*a,2*N*a,2*N*a, &#039;pos&#039;,[0,0,-N*a]);
sphere = sphere3(N*a)*block;
pipe = cylinder3(a,L,&#039;pos&#039;, [0,0,-L])*block;
radiation = s…</description>
    </item>
</rdf:RDF>
