I started work on makePTDFac() a couple of years ago and I have something I
could send you off-list if you like. I’m not sure whether it is correct, but it
has some test code as well. If you have the time to check it out, confirm that
it works or fix it if necessary, maybe we could include it in MATPOWER.
Let me know if you want me to send it to you,
Ray
> On Apr 25, 2017, at 8:18 PM, Sarmad Hanif <[email protected]>
> wrote:
>
> Hi,
> You can calculate ACPTDF using the Jacobian matrix as shown here
> <http://ieeexplore.ieee.org/document/4312344/>.
> In MATPOWER, makeJac(‘your case file’) can be used to calculate the Jacobian.
> Hope this helps.
> Best
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Ahmad Sadiq
> Abubakar
> Sent: Wednesday, 26 April, 2017 3:44 AM
> To: [email protected]
> Subject: ACPTDF
>
> Hi,
> I want to implement an ACPTDF, but I realized that the makePTDF function is
> for DC power flow. Is there any way I can achieve the ACPTDF?
>
> Kindly assist with possible suggestions to the problem.