把短阻抗改为0.0001

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-03-10 20:12:24 +08:00
parent feae41d9ea
commit 5825d156f6
4 changed files with 12 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ void DG::extract()
{
//单位阻抗
double r0=0;
double x0=0.001;
double x0=0.0001;
double g0=0;
double b0=0;
this->r=r0;

View File

@@ -24,10 +24,10 @@ void Line::extract()
// std::cout<<"line length zeros "<<ac->getID().toStdString()<<std::endl;
// }
//单位阻抗
double rn0=0.0958;//单位电阻有名值
double rn0=0.0958;//单位电阻有名值 欧姆/千米
double xn0=0.0881;//单位电抗有名值
double r0=rn0/(10.5*10.5/1000);//电压10.5kV,基准容量1MVA
double x0=xn0/(10.5*10.5/1000);
double r0=rn0/(10.5*10.5/1);//电压10.5kV,基准容量1MVA
double x0=xn0/(10.5*10.5/1);
double g0=0;
double b0=0;
this->r=r0*length/1000;//length的单位是米