资源简介
matleb有限差分法仿真电场,三种边界条件
代码片段和文件信息
% This script is written and read by pdetool and should NOT be edited.
% There are two recommended alternatives:
% 1) Export the required variables from pdetool and create a MATLAB script
% to perform operations on these.
% 2) Define the problem completely using a MATLAB script. See
% http://www.mathworks.com/help/pde/examples/index.html for examples
% of this approach.
function pdemodel
[pde_figax]=pdeinit;
pdetool(‘appl_cb‘5);
pdetool(‘snapon‘‘on‘);
set(ax‘DataAspectRatio‘[1 1 1]);
set(ax‘PlotBoxAspectRatio‘[1 1 5]);
set(ax‘XLimMode‘‘auto‘);
set(ax‘YLimMode‘‘auto‘);
set(ax‘XTickMode‘‘auto‘);
set(ax‘YTickMode‘‘auto‘);
pdetool(‘gridon‘‘on‘);
% Geometry description:
pderect([-0.14999999999999999 0.14999999999999999 0.14999999999999999 -0.14999999999999999]‘SQ1‘);
pderect([-0.050000000000000003 0.050000000000000017 0.050000000000000017 -0.050000000000000003]‘SQ2‘);
set(findobj(get(pde_fig‘Children‘)‘Tag‘‘PDEEval‘)‘String‘‘SQ1-SQ2‘)
% Boundary conditions:
pdetool(‘changemode‘0)
pdesetbd(8...
‘dir‘...
1...
‘1‘...
‘100‘)
pdesetbd(7...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(6...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(5...
‘dir‘...
1...
‘1‘...
‘100‘)
pdesetbd(4...
‘dir‘...
1...
‘1‘...
‘100‘)
pdesetbd(3...
‘dir‘...
1...
‘1‘...
‘100‘)
pdesetbd(2...
‘dir‘...
1...
‘1‘...
‘0‘)
pdesetbd(1...
‘dir‘...
1...
‘1‘...
‘0‘)
% Mesh generation:
setappdata(pde_fig‘Hgrad‘1.3);
setappdata(pde_fig‘refinemethod‘‘regular‘);
setappdata(pde_fig‘jiggle‘char(‘on‘‘mean‘‘‘));
setappdata(pde_fig‘MesherVersion‘‘preR2013a‘);
pdetool(‘initmesh‘)
pdetool(‘refine‘)
% PDE coefficients:
pdeseteq(1...
‘1.0‘...
‘0.0‘...
‘0‘...
‘1.0‘...
‘0:10‘...
‘0.0‘...
‘0.0‘...
‘[0 100]‘)
setappdata(pde_fig‘currparam‘...
[‘1.0‘;...
‘0 ‘])
% Solve parameters:
setappdata(pde_fig‘solveparam‘...
char(‘0‘‘1800‘‘10‘‘pdeadworst‘...
‘0.5‘‘longest‘‘0‘‘1E-4‘‘‘‘fixed‘‘Inf‘))
% Plotflags and user data strings:
setappdata(pde_fig‘plotflags‘[1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 1 0 1]);
setappdata(pde_fig‘colstring‘‘‘);
setappdata(pde_fig‘arrowstring‘‘‘);
setappdata(pde_fig‘deformstring‘‘‘);
setappdata(pde_fig‘heightstring‘‘‘);
% Solve PDE:
pdetool(‘solve‘)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1870336 2015-06-15 22:02 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\交流ppt.ppt
文件 211 2015-06-15 22:23 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\修改内容.txt
文件 82 2015-06-15 08:23 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\成员信息.txt
文件 2228 2015-06-06 12:11 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele1pde.m
文件 2707 2015-06-14 22:42 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele1_1.m
文件 2397 2015-06-13 23:35 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele1_S(超松弛法).m
文件 2667 2015-06-14 23:03 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele2.m
文件 1993 2015-06-06 12:23 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele3pde.m
文件 3074 2015-06-15 21:46 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件\ele3_1.m
文件 982796 2015-06-15 22:11 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\电磁场报告.docx
文件 218782 2015-06-15 22:08 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\电磁场报告节点电位与电场 E.xlsx
文件 70144 2015-06-15 22:03 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\程序框图.vsd
文件 3240054 2015-06-06 12:11 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele1pde.bmp
文件 454933 2015-06-14 22:58 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele1等位面_电力线_箭头.fig
文件 154701 2015-06-13 00:56 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele1等位面与箭头.fig
文件 479544 2015-06-14 23:05 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele2等位面_电力线_箭头.fig
文件 380487 2015-06-13 00:29 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele2等位面与箭头.fig
文件 3240054 2015-06-14 21:46 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele3pde.bmp
文件 473952 2015-06-14 22:56 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele3等位面_电力线_箭头.fig
文件 144479 2015-06-11 16:42 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图\ele3等位面与箭头.fig
目录 0 2015-06-15 21:59 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\源文件
目录 0 2015-06-14 23:08 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳\结果图
目录 0 2015-06-15 22:23 matleb有限差分法仿真电场__卓振宇 林伯威 闫林芳
----------- --------- ---------- ----- ----
11725621 23
- 上一篇:智能车载空气净化器的完整设计
- 下一篇:中国南方电网线损理论计算技术标准
相关资源
- 计算风险价值VaR
- 数字散斑计算程序
- tftb-0.2.zip
- LMD分解并求分量的能量熵,然后分类
- 多约束条件下的无人作战飞行器在线
- 最新版的m_map工具箱
- 模拟退火进化粒子群算法
- 车牌识别课程设计,能运行,模板匹
- 一维数学形态学滤波程序-mathematical
- kddcup 数据两层CNN入侵检测
- StatTransfer_Twelve_12
- MAAB最新建模规范4.01版本
- GBVS视觉显著性代码
- 2019年华中杯B题数学建模数据处理
- matpower最新版安装包2016.9
- 虹膜识别 完整代码12
- PSAT-2.0.0-ref-中文说明书.pdf
- 自适应双阈值法检测心电R波波峰,配
- stateflow教材手把手教你-Stateflow教程
- 预测控制经典教程席裕庚-预测控制
- 以A计权方式测量声卡声压级-SLM.zip
- 关于svm和神经网络相结合的论文-svm
- 平均速度NewmarkRiccati传递矩阵法-一种
- 蚱蜢优化算法
- 健康人视觉工作记忆任务多通道脑电
- 作业一:彩色图像的直方图均衡化.
- 平滑伪Wigner-Ville分布,可以运行。
- 二机五节点的潮流程序
- PCA算法融合多光谱图像和全色图像附
- 基于主成分分析的人脸识别
评论
共有 条评论