代码搜索结果

找到约 823 项符合 Pressure 的代码

simload.mnu

FEM#LOADS 有限元负荷 # Pressure 压力 Pressure applied to surfaces. 应用到曲面的压力 Force 作用力 Force applied to geometric elements. 应用到几何元素的作用力。 Gloabal#Temp 全局温度 Gloabal Temperature applied to the whole model. 应用到整

vortex.m

function res = vortex(za,alfa,holdon); % This program finds and plots the pressure distribution % on an airfoil by representing the surface as a finite % number of linear strength vortex panels. % (N

fdtd(pml).m

close all; clear all; %arrays for pressure and velocity spatialWidth=100; temporalWidth=2; p=zeros(spatialWidth,temporalWidth); v=zeros(spatialWidth,temporalWidth); length=2;%waveguide

demo.py

# This demo demonstrates how to compute functionals (or forms # in general) over subsets of the mesh. The two functionals # lift and drag are computed for the pressure field around # a dolphin. Here,

pressuretank.java

public class PressureTank { private int pressure; //当前压力 private static final int SAFE_PRESSURE=2; //当锅内压力低于2个大气压,可打开锅盖 private static final int CRITICAL_POINT=3; //爆炸时的压力临界点为3个大气压 pu

ad_data_manage.c

#include extern unsigned long int ad1240; extern float pressure; //======================================================================================== //函数:ulong Hex_to_B

testpas.pas

program testpas(input, output); uses Water; var iag: integer; pres, temp, vpres, btemp, enthal, vspec, visc, thc, cp: real; begin write('Pressure in bar? ');

ex5-2.c

#include void main(void) { struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "fi

sensor.java

package org.drools; public class Sensor { private int temperature; private int pressure; public Sensor(final int temp, final int press) { this.temperatu

show_con.mnu

LOADS#BC 加载/边界条件 # Pressure 压力 Show a pressure applied to a surface. 显示一个压力作用于一张曲面。 Displacement 位移 Show a displacement applied to a geometric element. 显示一个位移作用于一个几何形状元素。 Temperature 温度 Show a temper