This document discusses using OpenMP 4.5 directives and CUDA to accelerate computational fluid dynamics (CFD) simulations on GPUs using OpenPOWER platforms. It describes porting an open-source CFD code called Code Saturne to leverage GPUs for tasks like linear algebra kernels and algebraic multigrid. It shows how OpenMP 4.5 data environments can be used to manage data movement between the host and device without modifying the code. Profiling results indicate that directive-based programming models can achieve speedups and improve programmer productivity when porting existing CPU codes to accelerate tasks on GPUs.