You're very welcome. My current job is all 12V DC, so it's nice to keep my hand in with the real stuff.
For 380V RMS L-L, 700V output is quite reasonable. This means 1200V power devices.
The input voltage is 380VAC 50Hz, 3 phase
I do not need isolated output as I would add the Full bridge DC/DC converters at this stage
If you're doing full bridge DC/DC, it sounds like you'll have an isolation stage to get the final output voltage anyway. Therefore deploying 3x single phase units (with provision for power sharing) is not at all crazy. As both you and treez thought:
... single phase pfc ... then have an isolated supply off each one ...
I was considering using separate single phase PFC's to solve the problem
Deploying 3x single phase units does have some downsides:
- More power devices
- Reduced efficiency (assuming you use traditional diode rectifier + boost stage)
- More bus capacitance required to handle 2x line frequency ripple
- Need 3x DC/DC converters too
- Need a neutral connection
If you want to try a 3 phase design, you'll need to think about the following:
- Input EMC filter.
- Inrush current limit. At this power level, you would typically be looking at resistors and a relay.
- Input filter. Typically an LCL for the voltage-fed topologies
- Line voltage sense (you could try 2x diff amps, you can try for sensors later)
- Current sensors (typically 1 per phase, you can try for 1 on the DC link later)
- Switching stage (I suggest a classic 6x IGBT + 6x antiparallel diodes. Infineon FS25R12W1T4 might be along the right lines.)
- DC filter cap (likely 2x 450V electrolytics in series with bleed resistors)
- DC/DC stage
The control system will be a bit different to the usual single phase edition:
- All the usual over/under voltage/current protections (do this first
) - You'll need a (software) phase locked loop to extract the grid phase
- Current transformations from phase domain abc to control domain
- 2-axis current controller with line voltage feedforward
- DC link voltage control
- Space Vector PWM (SVPWM) unit
My 'secret weapon' is to test the current control system with an external supply on the DC link, 0 line voltage (i.e. short circuit on input terminals), the PLL fixed to always run at 50Hz and forced steps in the current references. That way you can check the current control works before interacting with the mains.
I once connected up a system with the wrong polarity gain and then I had to replace all the IGBTs and gate drivers

, so be careful at power. Also be careful at power down. And at steady state. And when you've turned it off; those DC link caps will hold lethal charge for some time. I suggest starting with big dump resistors to bring it down safely.
I expect a hunt through the Texas Instruments (or other usual suspects) reference design collection would turn up results. It's actually very similar to a 3 phase induction machine drive or solar inverter.
Here's a PLL app note.